This package provides a module to create dynamic models in django and use it in view and admin interface. Thx to Will Hardy for this fantastic paper Runtime Dynamic Models Documentation
Clone and install:
git clone git://github.com/z4r/django-dynamite.git cd django-dynamite python setup.py install
Using pip:
$ pip install django-dynamite
Take a look to example project, try it and enjoy:
cd example python manage.py test python manage.py syncdb python manage.py runserver
This software is licensed under the Apache License 2.0. See the LICENSE
file in the top distribution directory for the full license text.
You can generate your own local copy using Sphinx trough the setup.py:
$ python setup.py build_sphinx
Or simply click Dynamite Documentation