Skip to content

APSL/django-angular

 
 

Repository files navigation

django-angular

Let Django play well with AngularJS

Slides from the Django Conference 2014 are available here.

New in 0.7.4

  • Added support for URL resolvers for AngularJS controllers.
  • Minor bugfixes.

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

License

Copyright © 2014 Jacob Rief. Licensed under the MIT license.

About

Let AngularJS play well with Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.6%
  • JavaScript 31.8%
  • CSS 1.6%