https://github.com/makepath/django-mapshader
Placeholder from Django Mapshader Integration
https://github.com/makepath/django-mapshader
Last synced: 10 months ago
JSON representation
Placeholder from Django Mapshader Integration
- Host: GitHub
- URL: https://github.com/makepath/django-mapshader
- Owner: makepath
- License: mit
- Created: 2021-01-28T15:52:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T18:50:33.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T09:29:33.815Z (12 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-mapshader
Placeholder from Django Mapshader Integration
## Installation
```bash
pip install django-mapshader
```
## Configuration
* Add mapshader into INSTALLED_APPS
```python
INSTALLED_APPS - [
...
'django_mapshader'
]
```
* Include the django_mapshader URLconf in your project urls.py like this:
```python
path('mapshader/', include('django_mapshader.urls')),
```
* Visit http://127.0.0.1:8000/mapshader/