A CRUD application using python flask
definitions | ||
routes | ||
static | ||
templates | ||
.gitignore | ||
app.py | ||
config.py | ||
LICENSE | ||
process_csv.py | ||
README.md | ||
requirements.txt |
Flask CRUD application
Example app for inventory management, built using python flask. Forked from this project.