Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorfsf/djurls
Decorator for mapping Django URLs.
https://github.com/victorfsf/djurls
Last synced: 24 days ago
JSON representation
Decorator for mapping Django URLs.
- Host: GitHub
- URL: https://github.com/victorfsf/djurls
- Owner: victorfsf
- License: mit
- Created: 2016-05-29T15:05:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-05T13:43:31.000Z (over 8 years ago)
- Last Synced: 2024-04-26T22:21:14.842Z (6 months ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/djURLs/
- Size: 36.1 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# djURLs
[![PyPI version](https://badge.fury.io/py/djurls.svg)](https://badge.fury.io/py/djurls)
[![Build Status](https://travis-ci.org/victorfsf/djurls.svg?branch=master)](https://travis-ci.org/victorfsf/djurls)
[![Coverage Status](https://coveralls.io/repos/github/victorfsf/djurls/badge.svg?branch=master)](https://coveralls.io/github/victorfsf/djurls?branch=master)
[![Code Health](https://landscape.io/github/victorfsf/djurls/master/landscape.svg?style=flat)](https://landscape.io/github/victorfsf/djurls/master)*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](https://github.com/victorfsf/djurls/issues/new).
## Installation
Install via pip:
```
$ pip install djurls
```Or download from the [PyPI repository](https://pypi.python.org/pypi/djurls/).
## Documentation
See the wiki for the [documentation](https://github.com/victorfsf/djurls/wiki).