Add videodinges to apps to make manage.py work

This commit is contained in:
2020-05-04 18:03:10 +02:00
parent a2839c9f91
commit 83b3856616

View File

@@ -37,6 +37,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'videodinges',
]
MIDDLEWARE = [