django-dynamite’s docs

abstract:

Django Dynamic Models Framework

version:

0.4.1

author:

Andrea de Marco <24erre@gmail.com>

copyright:

Copyright (C) 2011, Andrea de Marco <24erre@gmail.com>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

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

Indices and tables

Table Of Contents

Next topic

1. Abstract Dynamic Models

This Page