Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.