drinks-manager/application/app
2022-08-06 17:33:31 +02:00
..
templates Added auto-reload after 2 minutes when logged in, to force auto-logout 2022-08-06 17:33:31 +02:00
__init__.py Initial commit - existing project files 2022-03-16 12:11:30 +01:00
admin.py rename the field 'binary_availability' to 'do_not_count' in model Drink 2022-05-24 18:49:04 +02:00
apps.py Initial commit - existing project files 2022-03-16 12:11:30 +01:00
context_processors.py Initial commit - existing project files 2022-03-16 12:11:30 +01:00
forms.py rename the field 'binary_availability' to 'do_not_count' in model Drink 2022-05-24 18:49:04 +02:00
middleware.py Remove DjangoCSP dependency by writing own middleware for the CSP header 2022-05-15 11:24:04 +02:00
models.py #2 Fix wrong decimal formatting in Drink and Order models 2022-06-13 19:22:36 +02:00
sql_queries.py Initial commit - existing project files 2022-03-16 12:11:30 +01:00
tests.py Initial commit - existing project files 2022-03-16 12:11:30 +01:00
urls.py Initial commit - existing project files 2022-03-16 12:11:30 +01:00
views.py rename the field 'binary_availability' to 'do_not_count' in model Drink 2022-05-24 18:49:04 +02:00