/django-mapshader

Placeholder from Django Mapshader Integration

Primary LanguagePythonMIT LicenseMIT

django-mapshader

Placeholder from Django Mapshader Integration

Installation

pip install django-mapshader

Configuration

  • 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')),