Skip to main content

Let Django play well with AngularJS

Project description

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

Let Django play well with AngularJS

0.7.10

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

0.7.9

  • Full support for Django-1.7.

0.7.7

  • Tested with Django-1.6 and Django-1.5. There is still a minor issue with Django-1.7.

  • Tested on Python 2.7 and Python 3.3

  • Huge refactoring of the code base. It now is much easier to understand the code and to add custom Fields and Widgets.

  • Fixed the behaviour of all Widgets offered by Django. They now all validate independently of the method (Post or Ajax) used to submit data to the server.

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.

MIT licensed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-angular-0.7.10.tar.gz (30.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page