drinks-manager/application/app
2022-11-04 20:35:28 +01:00
..
templates Refactored CSS and HTML templates and polished UI (#10), changed JavaScript variable names to camelCase, adjusted filenames and some url parameter names in urlpatterns, and more. 2022-11-04 20:35:28 +01:00
__init__.py Initial commit - existing project files 2022-03-16 12:11:30 +01:00
admin.py Added 'supply' page to create negative register transactions, updated translation 2022-10-15 19:37:01 +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 Added 'supply' page to create negative register transactions, updated translation 2022-10-15 19:37:01 +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 Refactored CSS and HTML templates and polished UI (#10), changed JavaScript variable names to camelCase, adjusted filenames and some url parameter names in urlpatterns, and more. 2022-11-04 20:35:28 +01:00
views.py Refactored CSS and HTML templates and polished UI (#10), changed JavaScript variable names to camelCase, adjusted filenames and some url parameter names in urlpatterns, and more. 2022-11-04 20:35:28 +01:00