Skip to content

makepath/django-mapshader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published