Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshgachnang/djangle
Django automagic forms using Angular and Django REST Framework
https://github.com/joshgachnang/djangle
Last synced: 25 days ago
JSON representation
Django automagic forms using Angular and Django REST Framework
- Host: GitHub
- URL: https://github.com/joshgachnang/djangle
- Owner: joshgachnang
- License: apache-2.0
- Created: 2014-09-19T15:48:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-20T14:50:04.000Z (about 10 years ago)
- Last Synced: 2023-03-11T08:12:47.430Z (over 1 year ago)
- Language: Python
- Size: 1.43 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Djangle
====================Django automagic forms using Angular and Django REST Framework.
Have you ever wanted Django forms that work via AJAX, but are still generated as easily as the builtin forms library?
This library creates a JSON representation of your Django serialized models, and then renders them client side with AngularJS.