django-model-template

An extensible top-down model templating framework


Keywords
Django, template, model
License
LGPL-3.0
Install
pip install django-model-template==0.1.1

Documentation

django-model-template

django-model-template is a top-down database driven template system for django models.

It's features include:

  • Straightforward syntax
  • Support for Infinite layers deep to other models or other Model Templates
  • Support for ForeignKey and Many-To-Many relationships
  • Utilizes factory_boy to generate models.
  • Integrates well with South for migrations.
  • Django views Model Templates as just another Django Model.

Links

django-model-template is known to support Python 2.6, 2.7. Testing needs to be done on Python3 and PyPy. It only requires the standard Python library and factory_boy.

Download

PyPI: https://pypi.python.org/pypi/django-model-template/

$ pip install django-model-template

Source: https://bitbucket.org/platinummonkey/django-model-template.git

$ git clone git://bitbucket.org/platinummonkey/django-model-template.git
$ python setup.py install