X-Git-Url: https://git.piment-noir.org/?p=webcomics.git;a=blobdiff_plain;f=settings.py;h=25c4a7ed071bd9f8248dc40aa194241bec4f8ea2;hp=cc21cbb053d684bef9e6af372f10dd1f02c33bdc;hb=408c105e9094953f98efc74fbd4a924d907484c7;hpb=c8070854bc39b679b53502dd08eb9b8e33477e42 diff --git a/settings.py b/settings.py index cc21cbb..25c4a7e 100644 --- a/settings.py +++ b/settings.py @@ -5,18 +5,19 @@ TEMPLATE_DEBUG = DEBUG ADMINS = ( ('Jerome BENOIT', 'jerome.benoit@grenouille.com'), + ('Toofik Medjamia', 'toofik@toofik.com'), ) MANAGERS = ADMINS DATABASES = { 'default': { - 'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. - 'NAME': 'django', # Or path to database file if using sqlite3. - 'USER': 'django', # Not used with sqlite3. - 'PASSWORD': 'django', # Not used with sqlite3. - 'HOST': 'localhost', # Set to empty string for localhost. Not used with sqlite3. - 'PORT': '', # Set to empty string for default. Not used with sqlite3. + 'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. + 'NAME': 'django', # Or path to database file if using sqlite3. + 'USER': 'django', # Not used with sqlite3. + 'PASSWORD': 'django', # Not used with sqlite3. + 'HOST': 'localhost', # Set to empty string for localhost. Not used with sqlite3. + 'PORT': '', # Set to empty string for default. Not used with sqlite3. } } @@ -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".