Skip to content

Commit

Permalink
fix: CI missed EPSG setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias84 committed Mar 19, 2020
1 parent fd181b3 commit 4b8b62d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cleanship/settings/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@

MEDIA_ROOT = os.path.join(BASE_DIR, 'media')

EPSG_WIDGET = 4326
EPSG_INTERNAL = 25833

GEOCODR_API_KEY = 'abcd...' # We don't make ext. calls in Test CI setup

0 comments on commit 4b8b62d

Please sign in to comment.