🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

django-route

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-route

Conditional url routing for django

0.3.0
PyPI
Maintainers
1

django-route

Conditional url routing for django

.. image:: https://travis-ci.org/vinayinvicible/django-route.svg :target: https://travis-ci.org/vinayinvicible/django-route

.. image:: https://codecov.io/gh/vinayinvicible/django-route/coverage.svg?branch=master :target: https://codecov.io/gh/vinayinvicible/django-route

Installation

pip install django-route

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request :D

Usage

  • Create a router for the url
  • Add destination url
  • Provide the action (301/302/proxy)
  • Describe the condition in templating language

License

This project is licensed under the MIT License - see the LICENSE_ file for details

.. _LICENSE: https://github.com/vinayinvicible/django-route/blob/master/LICENSE

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts