diff options
| -rw-r--r-- | scanneerjammer/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scanneerjammer/settings.py b/scanneerjammer/settings.py index d7049e4..1d6714d 100644 --- a/scanneerjammer/settings.py +++ b/scanneerjammer/settings.py @@ -121,6 +121,8 @@ INSTALLED_APPS = ( 'django.contrib.messages', 'django.contrib.staticfiles', 'django_evolution', + 'backend', + 'frontend', # Uncomment the next line to enable the admin: 'django.contrib.admin', # Uncomment the next line to enable admin documentation: |
