资 源 简 介
django-app-generator takes as an input your project (ORM) and generates repetitive code.
At this moment there is only one example a simple RESTservice, but goal is to build alternative
implementation of admin panel that will be fully customizable.
I will be interested is anyone using this project in production environment, or had any
issues/problems. I"am happy to help. Just email me: dpowazka on gmail.com
Usage
Download latest version from Download tab.
Extract zip content to a folder
In this folder run: python generator.py (path_to_template) (path_to_folder_with_settings.py)
The output will be python code.
Notes
No installation required.
Tested on Django 1.2.1 with Python 2.6.4.
Example
python generator.py templates
est.template ..panel_admin > ..panel_admin estapp
est.py