Skip to content

Commit

Permalink
Updated postgis store connection name in settings_aws to match name u…
Browse files Browse the repository at this point in the history
…sed in deployment. (GeoNode#103)
  • Loading branch information
JivanAmara authored and jj0hns0n committed Jan 28, 2017
1 parent a320f62 commit 9b16b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osgeo_importer_prj/settings_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'HOST' : 'localhost',
'PORT' : '5432',
},
'datastore' : {
'osgeo_importer_prj' : {
'ENGINE': 'django.contrib.gis.db.backends.postgis',
'NAME': 'osgeo_importer_prj',
'USER' : 'osgeo_importer_prj',
Expand Down

0 comments on commit 9b16b1f

Please sign in to comment.