/django-angular

Let AngularJS play well with Django

Primary LanguagePythonMIT LicenseMIT

============== django-angular

Let Django play well with AngularJS

0.7.10 (latest)

  • Fixed inheritance problem (#122) caused by a metaclass conflicting with Django's DeclarativeFieldsMetaclass. This now should fix some issues when using forms.ModelForm. Please refer to the documentation, since the API changed slightly.
  • Fixed expansion for templatetag {% angularjs %} (#117) when using lists in Python / arrays in JavaScript.

Demo on how to combine Django with Angular's form validation.

Detailed documentation on ReadTheDocs.

Please participate at this survey on naming conventions!

Please drop me a line, if and where you use this project.

Features

  • 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.

Build status

Build Status Downloads

License

Copyright © 2015 Jacob Rief.

MIT licensed.