Skip to content

Commit

Permalink
[Ref #4311] GNIP: Contrib apps cleanup on GeoNode / createlayer promoted
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed May 28, 2019
1 parent 2854d1f commit a950caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@
DISPLAY_COMMENTS = ast.literal_eval(os.getenv('DISPLAY_COMMENTS', 'True'))
DISPLAY_RATINGS = ast.literal_eval(os.getenv('DISPLAY_RATINGS', 'True'))
DISPLAY_WMS_LINKS = ast.literal_eval(os.getenv('DISPLAY_WMS_LINKS', 'True'))
CREATE_LAYER = ast.literal_eval(os.getenv('CREATE_LAYER', 'False'))
CREATE_LAYER = ast.literal_eval(os.getenv('CREATE_LAYER', 'True'))

SOCIAL_ORIGINS = [{
"label": "Email",
Expand Down

0 comments on commit a950caf

Please sign in to comment.