Skip to content

Commit

Permalink
fixes in test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Sep 13, 2018
1 parent 677da80 commit cf60de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/settings/test.py
Expand Up @@ -90,7 +90,7 @@
}

# Conditionally choosing the right postgres engine
if DJANGO_GTE_1_11:
if versions.DJANGO_GTE_1_11:
DATABASES['default']['ENGINE'] = 'django.db.backends.postgresql'
else:
DATABASES['default']['ENGINE'] = 'django.db.backends.postgresql_psycopg2'
Expand Down

0 comments on commit cf60de5

Please sign in to comment.