Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).