Skip to content

Commit

Permalink
change database engine for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Leon committed Jan 26, 2018
1 parent c000fda commit b2b131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templatesAndSettings/settings/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
if TRAVIS_ENVIRONMENT:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgis',
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'test', # Must match travis.yml setting
'USER': 'postgres',
'PASSWORD': '',
Expand Down

0 comments on commit b2b131c

Please sign in to comment.