Skip to content

Commit

Permalink
Merge pull request GeoNode#3717 from sharon-tickell/geoserver-datasto…
Browse files Browse the repository at this point in the history
…re-fix

Use the correct datastore name in _create_db_featurestore
  • Loading branch information
Alessio Fabiani authored Apr 5, 2018
2 parents f67a81d + 5510dba commit b48e347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/geoserver/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ def _create_db_featurestore(name, data, overwrite=False, charset="UTF-8", worksp
"""
cat = gs_catalog
db = ogc_server_settings.datastore_db
dsname = db['NAME']
dsname = ogc_server_settings.DATASTORE

ds_exists = False
try:
Expand Down

0 comments on commit b48e347

Please sign in to comment.