X-Git-Url: https://git.piment-noir.org/?p=webcomics.git;a=blobdiff_plain;f=settings.py;h=25c4a7ed071bd9f8248dc40aa194241bec4f8ea2;hp=149f00e7741a2a83baa93bfd00eb4ab4b8e2e247;hb=408c105e9094953f98efc74fbd4a924d907484c7;hpb=68638c05f1a4d211eea98bbb089375aab0da956d diff --git a/settings.py b/settings.py index 149f00e..25c4a7e 100644 --- a/settings.py +++ b/settings.py @@ -12,12 +12,12 @@ 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. } }