diff options
| author | Maksim A. Boyko <maksim.a.boyko@gmail.com> | 2012-06-11 14:08:00 -0400 |
|---|---|---|
| committer | Maksim A. Boyko <maksim.a.boyko@gmail.com> | 2012-06-11 14:08:00 -0400 |
| commit | 0b158871a3bf03b16dd43d9a128f90e6572b7a11 (patch) | |
| tree | 327b806f0c4b7b512d21ebf5ae92f6fd3109e992 | |
| parent | 1ff0a08dbf91736d845f6df4f71c31e547f4e1fa (diff) | |
Core: Enable backend and frontend applications
| -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: |
