Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/revolunet/extdirect.django
- Owner: revolunet
- License: bsd-3-clause
- Fork: true (svidela/extdirect.django)
- Created: 2010-03-04T10:09:53.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T20:36:47.000Z (almost 11 years ago)
- Last Synced: 2024-07-15T15:42:02.306Z (5 months ago)
- Language: Python
- Homepage:
- Size: 287 KB
- Stars: 51
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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]: #