From 0b158871a3bf03b16dd43d9a128f90e6572b7a11 Mon Sep 17 00:00:00 2001 From: "Maksim A. Boyko" Date: Mon, 11 Jun 2012 14:08:00 -0400 Subject: Core: Enable backend and frontend applications --- scanneerjammer/settings.py | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3-70-g09d2