Skip to content

Commit

Permalink
Update database string based on https://stackoverflow.com/questions/2…
Browse files Browse the repository at this point in the history
  • Loading branch information
dcunhas authored Jun 27, 2017
1 parent 54ecc1b commit de01daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agdss/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'ENGINE': 'django.db.backends.postgresql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'agdss', # Or path to database file if using sqlite3.
# The following settings are not used with sqlite3:
'USER': 'aguser',
Expand Down

0 comments on commit de01daf

Please sign in to comment.