diff options
author | rene <rene@FreeBSD.org> | 2015-11-24 05:10:50 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-11-24 05:10:50 +0800 |
commit | e051aba054994d619422590d45ca8d5bf77e1f32 (patch) | |
tree | 5dcb0289c98ddfbafe3cb68d95e89358d393bf33 /www/Makefile | |
parent | 8db7327c62a5bd7e9b86d1b0ab586a7ba7930901 (diff) | |
download | freebsd-ports-graphics-e051aba054994d619422590d45ca8d5bf77e1f32.tar.gz freebsd-ports-graphics-e051aba054994d619422590d45ca8d5bf77e1f32.tar.zst freebsd-ports-graphics-e051aba054994d619422590d45ca8d5bf77e1f32.zip |
A Django reusable app providing the overextends template tag, a drop-in
replacement for Django's extends tag, which allows you to use circular
template inheritance.
The primary use-case for overextends is to simultaneously override and extend
templates from other reusable apps, in your own Django project.
WWW: https://github.com/stephenmcd/django-overextends
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c339f6f9168..e1eb632c4a9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1546,6 +1546,7 @@ SUBDIR += py-django-mezzanine-grappelli SUBDIR += py-django-mptt SUBDIR += py-django-openid-auth + SUBDIR += py-django-overextends SUBDIR += py-django-photologue SUBDIR += py-django-picklefield SUBDIR += py-django-pipeline |