Skip to content

Commit

Permalink
Now using django-geoexplorer-worldmap from the pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
capooti committed May 22, 2018
1 parent 754e4da commit 7a98b25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% if urlsuffix %}
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}{{urlsuffix}}/site.css" media="screen" />
{% else %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}worldmap/theme/site.css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}worldmap_client/theme/site.css" />
{% endif %}
{% block head %}

Expand Down
2 changes: 2 additions & 0 deletions geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,9 @@
USE_WORLDMAP = True

if USE_WORLDMAP:
GEONODE_CLIENT_LOCATION = '/static/worldmap_client/'
INSTALLED_APPS += (
'geoexplorer-worldmap',
'geonode.contrib.worldmap.gazetteer',
'geonode.contrib.worldmap.queue',
'geonode.contrib.worldmap.wm_extra',
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ pycountry
# required by worldmap
datautil==0.4
dicttoxml==1.7.4
django-geoexplorer-worldmap==4.0.45
geopy==1.14.0

#production
Expand Down

0 comments on commit 7a98b25

Please sign in to comment.