From 5c3f519c48d1de20b35c0e5c84512dc0619ea7d2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 23 Mar 2012 17:48:28 +0100 Subject: Let's rename the module so that it works out of the box --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 0dd291e..181ebee 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', - 'trunk', + 'mongodb', ) # A sample logging configuration. The only tangible logging -- cgit