X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=settings.py;h=d4081238a2447f03b0ed40d99695e555a300513d;hb=298255d2254e2dd9c80e3378493cd296e1d54ba1;hp=4aaa947a589de80f185a00ad7fc9280d870d81b7;hpb=0147396d221933d14bf8d1708716156a0608b65d;p=webcomics.git diff --git a/settings.py b/settings.py index 4aaa947..d408123 100644 --- a/settings.py +++ b/settings.py @@ -1,4 +1,4 @@ -# Django settings for comicsporn project. +# Django settings for django project. DEBUG = True TEMPLATE_DEBUG = DEBUG @@ -12,7 +12,7 @@ MANAGERS = ADMINS DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. - 'NAME': 'comicsporn', # Or path to database file if using sqlite3. + '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. @@ -109,7 +109,7 @@ MIDDLEWARE_CLASSES = ( 'django.contrib.messages.middleware.MessageMiddleware', ) -ROOT_URLCONF = 'comicsporn.urls' +ROOT_URLCONF = 'urls' TEMPLATE_DIRS = ( # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". @@ -125,9 +125,10 @@ INSTALLED_APPS = ( 'django.contrib.messages', 'django.contrib.staticfiles', # Uncomment the next line to enable the admin: - # 'django.contrib.admin', + 'django.contrib.admin', # Uncomment the next line to enable admin documentation: - # 'django.contrib.admindocs', + 'django.contrib.admindocs', + 'comicsporn', ) # A sample logging configuration. The only tangible logging