X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=settings.py;h=e759e7644e5b099f407fe81c5bdcc44189067f7f;hb=refs%2Fheads%2Fmaster;hp=e2dd4a053bc7998e4e50bb6197b37d8bb1bd01ff;hpb=d243a81ef17b2320a5cbed5057875c98b714c33c;p=webcomics.git diff --git a/settings.py b/settings.py index e2dd4a0..e759e76 100644 --- a/settings.py +++ b/settings.py @@ -4,19 +4,19 @@ DEBUG = True TEMPLATE_DEBUG = DEBUG ADMINS = ( - ('Jerome BENOIT', 'jerome.benoit@grenouille.com'), + ('Jérôme BENOIT', 'jerome.benoit@piment-noir.org'), ) 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 +109,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". @@ -128,6 +128,7 @@ INSTALLED_APPS = ( 'django.contrib.admin', # Uncomment the next line to enable admin documentation: 'django.contrib.admindocs', + 'comicsporn', ) # A sample logging configuration. The only tangible logging