Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/revolunet/extdirect.django

Ext.Direct + Django
https://github.com/revolunet/extdirect.django

Last synced: 3 months ago
JSON representation

Ext.Direct + Django

Awesome Lists containing this project

README

        

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/][5]

This is a fork from [gsancho original project][1].

**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][2] >= 1.3
* [Django][3] >= 1.2
* [Ext.ux.AwesomeCombo][4]

**Doc :**

* See [the demo][5] for full examples
* See [original project][1] for low-level details

[1]: https://github.com/gsancho/extdirect.django
[2]: http://sencha.com/products/extjs
[3]: http://www.djangoproject.com
[4]: https://github.com/revolunet/Ext.ux.AwesomeCombo
[5]: http://extdirect.demo.revolunet.com/
[6]: #