A CRUD application using python flask
Go to file
2025-02-07 23:50:26 +05:30
routes Fixed create.py and update.html 2025-02-07 23:50:26 +05:30
static Moved csv edit js to a separate file 2025-02-05 01:19:34 +05:30
templates Fixed create.py and update.html 2025-02-07 23:50:26 +05:30
.gitignore Removed unwanted headers and styles from old proj 2025-02-05 15:29:14 +05:30
app.py Moved confirm_save to new module 2025-02-01 23:49:02 +05:30
config.py Create page uses config 2025-02-06 14:03:13 +05:30
LICENSE Initial commit 2025-01-29 04:57:29 +00:00
models.py Set up db and fixed view page 2025-01-29 15:35:36 +05:30
process_csv.py Upload and preview CSV 2025-01-30 15:28:34 +05:30
README.md Initialize 2025-01-29 10:57:19 +05:30
requirements.txt Initialize 2025-01-29 10:57:19 +05:30

Flask CRUD application

Example app for inventory management, built using python flask. Forked from this project.

Preview of original app:
image