Login

Django code generator

Author:
jansta
Posted:
September 13, 2010
Language:
Python
Version:
1.2
Score:
0 (after 0 ratings)

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

  1. Template tag - list punctuation for a list of items by shapiromatron 2 months ago
  2. JSONRequestMiddleware adds a .json() method to your HttpRequests by cdcarter 2 months, 1 week ago
  3. Serializer factory with Django Rest Framework by julio 9 months, 1 week ago
  4. Image compression before saving the new model / work with JPG, PNG by Schleidens 9 months, 4 weeks ago
  5. Help text hyperlinks by sa2812 10 months, 3 weeks ago

Comments

Please login first before commenting.