Clean up URLs and templates

This commit is contained in:
2023-02-21 00:17:31 -05:00
parent cf9da39967
commit 39e035b460
7 changed files with 61 additions and 41 deletions

View File

@ -140,6 +140,8 @@ TEMPLATES = [
},
]
MESSAGE_STORAGE = "django.contrib.messages.storage.session.SessionStorage"
WSGI_APPLICATION = "vrobbler.wsgi.application"
DATABASES = {