Let Django play well with AngularJS
In Django version 1.11, template-based widget rendering has been introduced. This gives us a lot more flexibility when rendering form widgets. However, django-angular had to be refactored and be adopted to this new API. I'd like to ask everybody to test the new branch https://github.com/jrief/django-angular/tree/features/django-1.11-support before releasing a next major version.
Detailed documentation on ReadTheDocs.
Demo on how to combine Django with Angular's form validation.
Please drop me a line, if and where you use this project.
- Seamless integration of Django forms with AngularJS controllers.
- Client side form validation for Django forms using AngularJS.
- Let an AngularJS controller call methods in a Django view - kind of Javascript RPCs.
- Manage Django URLs for static controller files.
- Three way data binding to connect AngularJS models with a server side message queue.
- Perform basic CRUD operations.
- Added two optional Sekiazai's postprocessors for better dependency resolution of AngularJS imports and module initialization.
Copyright © 2017
MIT licensed