From e1e210d0336224c3ab80cf72fc5f02659fd43c24 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 14 May 2012 21:54:40 +0200 Subject: Adjust settings to the name of the module --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py') 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', ) -- cgit