djURLs

Decorator for mapping Django URLs.


Keywords
djurls, urls, urlpatterns, python, python2, python3, django
License
MIT
Install
pip install djURLs==0.0.2

Documentation

djURLs

PyPI version Build Status Coverage Status Code Health

Decorator for mapping Django URLs. Based on Flask's route decorator.

Works with Python versions: 2.7, 3.4, 3.5.

Django versions: 1.7 or greater.

Report issues here.

Installation

Install via pip:

$ pip install djurls

Or download from the PyPI repository.

Documentation

See the wiki for the documentation.