Removed needles auth app and added home to installed apps.

This commit is contained in:
2023-07-30 19:00:14 -04:00
parent a7b89f4868
commit 1693d0604c
8 changed files with 1 additions and 18 deletions

View File

@@ -41,6 +41,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
# Project apps.
'home',
'viewer'
]