diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-18 09:14:05 +0100 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-18 09:14:05 +0100 |
commit | 089f72b237ea4cd8711e6ded643f43687fd39490 (patch) | |
tree | cd83e5fa054b3da270fb59ade14aba9842f792f8 /settings.py | |
parent | 91ee2716b2e6a01b1565c5585f0279b77cbb8644 (diff) | |
download | hyperkitty-089f72b237ea4cd8711e6ded643f43687fd39490.tar.gz hyperkitty-089f72b237ea4cd8711e6ded643f43687fd39490.tar.xz hyperkitty-089f72b237ea4cd8711e6ded643f43687fd39490.zip |
Start implementing the archiver with mongo in the background
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 1faf4c2..0dd291e 100644 --- a/settings.py +++ b/settings.py @@ -109,7 +109,7 @@ MIDDLEWARE_CLASSES = ( 'django.contrib.messages.middleware.MessageMiddleware', ) -ROOT_URLCONF = 'hyperkitty.urls' +ROOT_URLCONF = 'urls' TEMPLATE_DIRS = ( # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". @@ -129,6 +129,7 @@ INSTALLED_APPS = ( # 'django.contrib.admin', # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', + 'trunk', ) # A sample logging configuration. The only tangible logging |