Skip to content

Commit

Permalink
fix: add FORCE_IMAGE_PATH to leaflet configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Nov 28, 2021
1 parent c705e83 commit 219c4b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.project_slug}}/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@
},
),
],
# https://django-leaflet.readthedocs.io/en/latest/templates.html#force-leaflet-image-path
"FORCE_IMAGE_PATH": True,
}
{% endraw %}
NEXMO_API_KEY = env("NEXMO_API_KEY")
Expand Down

0 comments on commit 219c4b6

Please sign in to comment.