From 83b3856616905e97140e16cec1c6c15f8d7fb7e7 Mon Sep 17 00:00:00 2001 From: Bastiaan Welmers Date: Mon, 4 May 2020 18:03:10 +0200 Subject: [PATCH] Add videodinges to apps to make manage.py work --- videodinges/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/videodinges/settings.py b/videodinges/settings.py index 8d8292f..097fd62 100644 --- a/videodinges/settings.py +++ b/videodinges/settings.py @@ -37,6 +37,7 @@ INSTALLED_APPS = [ 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', + 'videodinges', ] MIDDLEWARE = [