diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-13 10:20:21 +0100 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-13 10:20:21 +0100 |
commit | 7519273d72ff5de350a0cab11b9d0bac28452da0 (patch) | |
tree | bf8d23aece3a6e8bea832af3bd8ef9ef0132997b | |
parent | 1c4f1cb5a0332a1fcc4d2fa8cf908f029cf23594 (diff) | |
download | hyperkitty-7519273d72ff5de350a0cab11b9d0bac28452da0.tar.gz hyperkitty-7519273d72ff5de350a0cab11b9d0bac28452da0.tar.xz hyperkitty-7519273d72ff5de350a0cab11b9d0bac28452da0.zip |
Adjust settings to remove reference to mm_app
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 15c8ae4..a1b5668 100644 --- a/settings.py +++ b/settings.py @@ -109,7 +109,7 @@ MIDDLEWARE_CLASSES = ( 'django.contrib.messages.middleware.MessageMiddleware', ) -ROOT_URLCONF = 'mm_app.urls' +ROOT_URLCONF = 'urls' TEMPLATE_DIRS = ( # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". |