Skip to content

Commit

Permalink
Settings fix for geosites, patch from debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Apr 15, 2019
1 parent 057b8c2 commit 72e707c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/contrib/geosites/site_template/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# if not available, read in GeoSites pre_settings
execfile(os.path.join(GEOSITES_ROOT, 'pre_settings.py'))

SITE_ID = $SITE_ID # flake8: noqa
SITE_ID = '$SITE_ID' # flake8: noqa
SITE_NAME = '$SITE_NAME'
# Should be unique for each site
SECRET_KEY = "fbk3CC3N6jt1AU9mGIcI"
Expand Down

0 comments on commit 72e707c

Please sign in to comment.