Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinayinvicible/django-route
Conditional url routing for django using template conditionals
https://github.com/vinayinvicible/django-route
ab-testing django url-routing
Last synced: 19 days ago
JSON representation
Conditional url routing for django using template conditionals
- Host: GitHub
- URL: https://github.com/vinayinvicible/django-route
- Owner: vinayinvicible
- License: mit
- Created: 2016-10-08T21:36:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T17:01:37.000Z (3 months ago)
- Last Synced: 2024-10-05T23:16:21.637Z (about 1 month ago)
- Topics: ab-testing, django, url-routing
- Language: Python
- Homepage:
- Size: 153 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
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-routeInstallation
------------pip install django-route
Contributing
------------1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :DUsage
-----1. Create a router for the url
2. Add destination url
3. Provide the action (301/302/proxy)
4. Describe the condition in templating languageLicense
-------This project is licensed under the MIT License - see the LICENSE_ file for details
.. _LICENSE: https://github.com/vinayinvicible/django-route/blob/master/LICENSE