Update README

This commit is contained in:
Candifloss 2025-02-25 13:10:35 +05:30
parent db17bdc873
commit 268d205cc7

View File

@ -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. 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: ## File structure:
```
. .
├── app.py ├── app.py
├── config.py ├── config.py
@ -42,6 +43,7 @@ This project was originally forked from [this project](https://github.com/MovieT
├── update.html ├── update.html
├── upload.html ├── upload.html
└── viewList.html └── viewList.html
```
## Files: ## Files: