python-django-overextends

Reusable app providing circular template inheritance - Python 2.7
  http://github.com/stephenmcd/django-overextends
  0
  no reviews



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.

This package contains the Python 2.7 module.