django-spurl

Super URLs for Django
Download

django-spurl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Public Domain
  • Publisher Name:
  • Jamie Matthews
  • Publisher web site:
  • https://github.com/j4mie/

django-spurl Tags


django-spurl Description

Super URLs for Django django-spurl is a Django template library for manipulating URLs. It's built on top of Zachary Voase's excellent urlobject.Spurl is currently in alpha and is probably not ready for production use.InstallationYou can install Spurl from PyPI:pip install django-spurlAdd spurl to your INSTALLED_APPS:INSTALLED_APPS = ( ... 'spurl', ...)Finally, whenever you want to use Spurl in a template, you need to load its template library:{% load spurl %} Requirements: · Python · Django


django-spurl Related Software