Skip to main content

Command and Control Center for Tilestache, inside a django app

Project description

https://badge.fury.io/py/django-tilestache.svg https://travis-ci.org/george-silva/django-tilestache.svg?branch=master https://codecov.io/gh/george-silva/django-tilestache/branch/master/graph/badge.svg

Command and Control Center for Tilestache, inside a django app

Documentation

The full documentation is at https://django-tilestache.readthedocs.io.

Quickstart

Install Django TileStache:

pip install django-tilestache

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_tilestache.apps.DjangoTilestacheConfig',
    ...
)

Add Django TileStache’s URL patterns:

from django_tilestache import urls as django_tilestache_urls


urlpatterns = [
    ...
    url(r'^', include(django_tilestache_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

Uploading new distros

`bash bumpversion --current-version x.x.x minor make release `

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-04-24)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-tilestache-0.5.0.tar.gz (17.2 kB view hashes)

Uploaded Source

Built Distribution

django_tilestache-0.5.0-py2.py3-none-any.whl (20.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page