drinks-manager/app
2023-10-31 18:17:12 +01:00
..
locales/de/LC_MESSAGES Fixed orders/weekday statistic, improved statistics page layout 2023-10-31 18:00:20 +01:00
migrations Added feature to transfer money to another account + some minor improvements 2023-04-14 23:47:12 +02:00
static Fixed round corners on tables for Firefox 2023-10-31 18:17:12 +01:00
templates Fixed orders/weekday statistic, improved statistics page layout 2023-10-31 18:00:20 +01: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 Fixed orders/weekday statistic, improved statistics page layout 2023-10-31 18:00:20 +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 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