Awesome
extdirect.django : DEPRECATED
extdirect.django allows you to generate ExtJS components from your django models using ExtDirect api
Working demo here : http://extdirect.demo.revolunet.com/
This is a fork from gsancho original project.
Additions:
- Generate editable and tunables datagrids from your django models
- Expose your models with CRUD
- Form and ModelForm generation
Todo:
- Full form handling + validations
Requirements:
- ExtJs >= 1.3
- Django >= 1.2
- Ext.ux.AwesomeCombo
Doc :
-
See the demo for full examples
-
See original project for low-level details