drinks-manager/app
2023-04-14 20:48:01 +02:00
..
locales/de/LC_MESSAGES Removed 'User: ' prefix in user panel to get more space for the username and balance 2023-04-13 21:06:06 +02:00
migrations Added 'Hide from userlist' to user settings 2023-04-13 21:19:11 +02:00
static Implemented 'custom forms' to replace individual scripts for deposit and supply forms 2023-04-14 20:48:01 +02:00
templates Implemented 'custom forms' to replace individual scripts for deposit and supply forms 2023-04-14 20:48:01 +02:00
__init__.py Completely re-structured the project from scratch, wrote a better bootstrap script, changed configuration format to yaml, improved Caddyfile, and more. #15 #16 #20 2023-02-11 17:23:57 +01:00
admin.py Added 'Hide from userlist' to user settings 2023-04-13 21:19:11 +02:00
apps.py Completely re-structured the project from scratch, wrote a better bootstrap script, changed configuration format to yaml, improved Caddyfile, and more. #15 #16 #20 2023-02-11 17:23:57 +01:00
context_processors.py Improved readability of python code by adding/removing newlines, identation, etc. 2023-02-11 22:14:01 +01:00
db_queries.py Removed unnecessary import in db_queries.py 2023-02-17 22:21:40 +01:00
forms.py Completely re-structured the project from scratch, wrote a better bootstrap script, changed configuration format to yaml, improved Caddyfile, and more. #15 #16 #20 2023-02-11 17:23:57 +01:00
models.py Added 'Hide from userlist' to user settings 2023-04-13 21:19:11 +02:00
urls.py Completely re-structured the project from scratch, wrote a better bootstrap script, changed configuration format to yaml, improved Caddyfile, and more. #15 #16 #20 2023-02-11 17:23:57 +01:00
views.py Added 'Hide from userlist' to user settings 2023-04-13 21:19:11 +02:00