Skip to content

Commit

Permalink
Upgrade to wazimap 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cliftonmcintosh committed Dec 7, 2019
1 parent 80f9ea6 commit 7d58a11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Django==1.9.10
Django==1.11.26
django-cors-headers==2.4.1
gunicorn==19.5.0
wazimap[gdal]==1.1.1
wazimap[gdal]==1.2.1
GDAL==2.1.3
Shapely==1.5.17
whitenoise==3.3.1
Expand Down
2 changes: 1 addition & 1 deletion wazimap_np/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from wazimap.settings import * # noqa

# install this app before Wazimap
INSTALLED_APPS = ['wazimap_np'] + INSTALLED_APPS
INSTALLED_APPS = ['wazimap_np', 'django.contrib.auth'] + INSTALLED_APPS

DEBUG = False if (os.environ.get('APP_ENV', 'dev') == 'prod') else True

Expand Down

0 comments on commit 7d58a11

Please sign in to comment.