Paquet : python-django-classy-tags (0.8.0-1)
Liens pour python-django-classy-tags
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source django-classy-tags :
- [django-classy-tags_0.8.0-1.dsc]
- [django-classy-tags_0.8.0.orig.tar.gz]
- [django-classy-tags_0.8.0-1.debian.tar.xz]
Responsables :
- Debian Python Modules Team (Page QA, Archive du courrier électronique)
- Michael Fladischer (Page QA)
- Ondřej Surý (Page QA)
- Thomas Goirand (Page QA)
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
Class based template tags for Django projects
django-classy-tags is an approach at making writing template tags in Django easier, shorter and more fun. It provides an extensible argument parser which reduces most of the boiler plate code you usually have to write when coding custom template tags.
django-classy-tags does no magic by design. Thus you will not get automatic registering/loading of your tags like other solutions provide. You will not get automatic argument guessing from function signatures but rather you have to declare what arguments your tag accepts. There is no magic in your template tag class either, it’s just a subclass of django.template.Node which invokes a parser class to parse the arguments when it’s initialized and resolves those arguments into keyword arguments in it’s render method and calls its render_tag method with those keyword arguments.
Autres paquets associés à python-django-classy-tags
|
|
|
|
-
- dep: python
- langage interactif de haut niveau orienté objet (version Python2)
-
- dep: python-django (>= 1.5)
- cadriciel en Python de développement web de haut niveau – version pour Python 2
-
- sug: python-django-classy-tags-doc
- Class based template tags for Django projects (Documentation)
Télécharger python-django-classy-tags
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 20,7 ko | 122,0 ko | [liste des fichiers] |