From 268d205cc7cb595f64aca17ddd3a5db0bbb6aa32 Mon Sep 17 00:00:00 2001 From: candifloss Date: Tue, 25 Feb 2025 13:10:35 +0530 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ddb95d5..3418153 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ A minimal python flask app for inventory management, with some basic functionali This project was originally forked from [this project](https://github.com/MovieTone/crud-flask-export-csv), although it has undergone significant improvent, and resembles nothing like it. ## File structure: +``` . ├── app.py ├── config.py @@ -42,6 +43,7 @@ This project was originally forked from [this project](https://github.com/MovieT ├── update.html ├── upload.html └── viewList.html +``` ## Files: