inventory/inventory
2025-08-21 12:00:13 -05:00
..
models Add caching functions and enhance item retrieval in templates; implement dynamic field selection for list items 2025-08-20 14:10:09 -05:00
routes Fix owner URL in inventory headers and remove unused fields variable in table template 2025-08-21 12:00:13 -05:00
static Enhance table rendering functionality: refactor headers and rows handling, add dynamic table support, and implement refresh capabilities. Update related templates and JavaScript for improved data management. 2025-08-21 11:57:09 -05:00
templates Fix owner URL in inventory headers and remove unused fields variable in table template 2025-08-21 12:00:13 -05:00
ui Enhance table rendering functionality: refactor headers and rows handling, add dynamic table support, and implement refresh capabilities. Update related templates and JavaScript for improved data management. 2025-08-21 11:57:09 -05:00
utils Lots and lots of unneeded code removed now! 2025-08-14 12:03:52 -05:00
__init__.py Adding some default CRUD behaviors. 2025-08-13 10:53:22 -05:00
app.py Refactor config to set DEBUG based on environment variable for better configuration management. 2025-07-24 16:00:13 -05:00
config.py Refactor config to set DEBUG based on environment variable for better configuration management. 2025-07-24 16:00:13 -05:00
wsgi.py Initialize WSGI application by importing and creating the app instance. 2025-07-23 09:47:46 -05:00