Skip to content
Snippets Groups Projects
Commit 9bec5a2d authored by Daniel Levy's avatar Daniel Levy
Browse files

Update jenkins settings to be Django 1.8 compatible

parent 682eeaff
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,10 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'jenkins_internewshid', # Or path to database file if using sqlite3.
'TEST_NAME': 'jenkins_internewshid', # Or path to database file if using sqlite3.
'TEST_MIRROR': 'default', # trick django into not creating the default test database
'TEST': {
'NAME': 'jenkins_internewshid', # Or path to database file if using sqlite3.
'MIRROR': 'default', # trick django into not creating the default test database
}
'USER': 'internewshid', # Not used with sqlite3.
'PASSWORD': private_settings.DB_PASSWORD, # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment