summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-05-14 21:54:40 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-05-14 21:54:40 +0200
commite1e210d0336224c3ab80cf72fc5f02659fd43c24 (patch)
tree9d069cb0ec885d0d9f853d5303c5f26b0245b4d9 /settings.py
parent9e35c4b8a57ccd895c764438d665d82552fb3647 (diff)
downloadhyperkitty-e1e210d0336224c3ab80cf72fc5f02659fd43c24.tar.gz
hyperkitty-e1e210d0336224c3ab80cf72fc5f02659fd43c24.tar.xz
hyperkitty-e1e210d0336224c3ab80cf72fc5f02659fd43c24.zip
Adjust settings to the name of the module
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 7fcf8ae..b1feed0 100644
--- a/settings.py
+++ b/settings.py
@@ -129,7 +129,7 @@ INSTALLED_APPS = (
# 'django.contrib.admin',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
- 'mongodb',
+ 'rdbms',
'djangorestframework',
'gravatar',
)