drinks-manager/application/app
2022-11-03 20:46:10 +01:00
..
templates The application now correctly encodes the url query string for the profile-picture name (for security reasons), removed a left-over print-statement 2022-11-03 20:46:10 +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 Profile pictures are now handled by the application to mitigate possible directory traversals 2022-11-02 22:53:04 +01:00
views.py The application now correctly encodes the url query string for the profile-picture name (for security reasons), removed a left-over print-statement 2022-11-03 20:46:10 +01:00