django-topology 1.0.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangotopology 1.0.2

Geometry and Topology utilitaries

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


Quickstart
Install Django Topology:
pip install django-topology
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'topology.apps.TopologyConfig',
...
)
Add Django Topology’s URL patterns:
from topology import urls as topology_urls


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


Features

TODO



Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox


Credits
Tools used in rendering this package:

Cookiecutter
cookiecutter-djangopackage



History
0.1.0 (2017-06-26)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.