Indendation cleanup
[webcomics.git] / settings.py
index cc21cbb053d684bef9e6af372f10dd1f02c33bdc..149f00e7741a2a83baa93bfd00eb4ab4b8e2e247 100644 (file)
@@ -5,6 +5,7 @@ TEMPLATE_DEBUG = DEBUG
 
 ADMINS = (
     ('Jerome BENOIT', 'jerome.benoit@grenouille.com'),
+    ('Toofik Medjamia', 'toofik@toofik.com'),
 )
 
 MANAGERS = ADMINS
@@ -109,7 +110,7 @@ MIDDLEWARE_CLASSES = (
     'django.contrib.messages.middleware.MessageMiddleware',
 )
 
-ROOT_URLCONF = 'django.urls'
+ROOT_URLCONF = 'urls'
 
 TEMPLATE_DIRS = (
     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".