This commit is contained in:
DerTyp187
2021-11-22 12:38:52 +01:00
parent 7a953cac43
commit 1b49f2db54
11 changed files with 165 additions and 21 deletions

View File

@@ -42,6 +42,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'main.apps.MainConfig',
'analytics.apps.AnalyticsConfig',
'taggit',
]
MIDDLEWARE = [