Skip to content

aniket-gaikwad/django-angular

 
 

Repository files navigation

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

Let Django play well with AngularJS

0.7.14 (latest)

  • Support for Django-1.8. Many Thanks to AntonOfTheWoods!
  • The widget bootstrap3.widgets.CheckboxInput got a keyword to set the choice label of a field. This allows to style this kind of field individually in a Django Form.

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.

About

Let AngularJS play well with Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.4%
  • JavaScript 27.4%
  • HTML 8.9%
  • CSS 3.3%