summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim A. Boyko <maksim.a.boyko@gmail.com>2012-06-11 14:02:03 -0400
committerMaksim A. Boyko <maksim.a.boyko@gmail.com>2012-06-11 14:02:03 -0400
commit1ff0a08dbf91736d845f6df4f71c31e547f4e1fa (patch)
treeabf3c50707921413584ea399caaa3900624dc059
parenta32b1ece44b1dec03005ddfeb82c0a9e7b9c963d (diff)
Core: Fix settings
-rw-r--r--scanneerjammer/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scanneerjammer/settings.py b/scanneerjammer/settings.py
index a485e01..d7049e4 100644
--- a/scanneerjammer/settings.py
+++ b/scanneerjammer/settings.py
@@ -120,7 +120,7 @@ INSTALLED_APPS = (
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
- 'django_evalution',
+ 'django_evolution',
# Uncomment the next line to enable the admin:
'django.contrib.admin',
# Uncomment the next line to enable admin documentation: