Placeholder from Django Mapshader Integration
pip install django-mapshader- Add mapshader into INSTALLED_APPS
INSTALLED_APPS - [
...
'django_mapshader'
]- Include the django_mapshader URLconf in your project urls.py like this:
path('mapshader/', include('django_mapshader.urls')),