drinks-manager/app
2023-04-19 18:23:24 +02:00
..
locales/de/LC_MESSAGES Changed the appearance of the dropdown button in the userpanel 2023-04-15 11:33:30 +02:00
migrations Added feature to transfer money to another account + some minor improvements 2023-04-14 23:47:12 +02:00
static Added missing zero to numeric keyboard layout 2023-04-19 18:23:24 +02:00
templates Improved the style of select elements (now also works on WebKit browsers) 2023-04-15 15:30:53 +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 Removed leftover print statements that were used for debugging 2023-04-17 20:13:34 +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 Improved history page and spacing between values and currency suffix + minor improvements to css 2023-04-15 10:01:56 +02: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 Improved history page and spacing between values and currency suffix + minor improvements to css 2023-04-15 10:01:56 +02:00
urls.py Added feature to transfer money to another account + some minor improvements 2023-04-14 23:47:12 +02:00
views.py Removed leftover print statements that were used for debugging 2023-04-17 20:13:34 +02:00