Skip to content

Commit

Permalink
Removing worldmap settings from general settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
capooti committed Jan 31, 2018
1 parent 817e47c commit 0933fab
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1236,10 +1236,3 @@
'MAP_CLIENT_USE_CROSS_ORIGIN_CREDENTIALS',
'False'
))

# WorldMap settings
USE_WORLDMAP = str2bool(os.getenv('USE_GAZETTEER', 'True'))
if USE_WORLDMAP:
INSTALLED_APPS += ('geonode.contrib.worldmap', )
GAZETTEER_DB_ALIAS = "wmdata"
GAZETTEER_FULLTEXTSEARCH = False

0 comments on commit 0933fab

Please sign in to comment.