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.
The project is in the beta stage, if you encounter any problems feel free to create an issue.
1 2 3 4 5 6 7 8 9 | Code you can poll from:
http://code.google.com/p/django-app-generator/
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.
|
More like this
- Template tag - list punctuation for a list of items by shapiromatron 10 months, 2 weeks ago
- JSONRequestMiddleware adds a .json() method to your HttpRequests by cdcarter 10 months, 3 weeks ago
- Serializer factory with Django Rest Framework by julio 1 year, 5 months ago
- Image compression before saving the new model / work with JPG, PNG by Schleidens 1 year, 6 months ago
- Help text hyperlinks by sa2812 1 year, 7 months ago
Comments
Please login first before commenting.