makepath / django-mapshader

Placeholder from Django Mapshader Integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Placeholder from Django Mapshader Integration

License:MIT License


Languages

Language:Python 84.8%Language:HTML 15.2%