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

Fix warnings from jenkins

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