Skip to content

z4r/django-dynamite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic models framework

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

Installation

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

Quick Start

Take a look to example project, try it and enjoy:

cd example
python manage.py test
python manage.py syncdb
python manage.py runserver

License

This software is licensed under the Apache License 2.0. See the LICENSE file in the top distribution directory for the full license text.

Documentation

You can generate your own local copy using Sphinx trough the setup.py:

$ python setup.py build_sphinx

Or simply click Dynamite Documentation

About

dynamic models framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages