https://github.com/redsolution/django-url-methods
Provide various methods to work with urls. Used by django-trusted-html and django-model-url
https://github.com/redsolution/django-url-methods
Last synced: 12 months ago
JSON representation
Provide various methods to work with urls. Used by django-trusted-html and django-model-url
- Host: GitHub
- URL: https://github.com/redsolution/django-url-methods
- Owner: redsolution
- License: gpl-3.0
- Created: 2010-07-16T12:02:23.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2014-05-19T07:25:41.000Z (over 11 years ago)
- Last Synced: 2025-02-14T05:03:44.056Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
==================
django-url-methods
==================
Django-url-methods provide various methods to work with urls.
This application is used by django-trusted-html and django-model-url.
Installation:
=============
Just put ``urlmethods`` in to your ``INSTALLED_APPS`` in your ``settings.py`` within your django project.
Requirements:
=============
Django 1.3+ is required.
For django < 1.3 please check out django-url-methods 0.1.0.