drinks-manager/application/app
2022-05-16 11:00:24 +02:00
..
templates Fixed a bug in the template for the order page caused by localization and removed the previously applied workaround for this issue 2022-05-16 10:51:22 +02:00
__init__.py Initial commit - existing project files 2022-03-16 12:11:30 +01:00
admin.py Initial commit - existing project files 2022-03-16 12:11:30 +01: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 Initial commit - existing project files 2022-03-16 12:11:30 +01:00
middleware.py Remove DjangoCSP dependency by writing own middleware for the CSP header 2022-05-15 11:24:04 +02:00
models.py Initial commit - existing project files 2022-03-16 12:11:30 +01: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 Order drinks by product_name on the home page 2022-05-16 11:00:24 +02:00