diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-23 17:48:28 +0100 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-23 17:48:28 +0100 |
commit | 5c3f519c48d1de20b35c0e5c84512dc0619ea7d2 (patch) | |
tree | 959c92bdf011f07f055ec30a3628d173ad483ddc | |
parent | 8fb918a69cfdbf62245397c1c298935f454021e4 (diff) | |
download | hyperkitty-5c3f519c48d1de20b35c0e5c84512dc0619ea7d2.tar.gz hyperkitty-5c3f519c48d1de20b35c0e5c84512dc0619ea7d2.tar.xz hyperkitty-5c3f519c48d1de20b35c0e5c84512dc0619ea7d2.zip |
Let's rename the module so that it works out of the box
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |