Metadata-Version: 1.1
Name: django-angular
Version: 0.7.4
Summary: Reusable mixins classes and utility functions which help to integrate AngularJS with Django.
Home-page: https://github.com/jrief/django-angular
Author: Jacob Rief
Author-email: jacob.rief@gmail.com
License: MIT
Description: django-angular
        ==============
        
        Let Django play well with AngularJS
        ------------------------------------
        Slides from the Django Conference 2014 are available [here](http://djangoconf.aws.awesto.com/slides).
        
        New in 0.7.4
        ------------
        * Added support for URL resolvers for AngularJS controllers.
        * Minor bugfixes.
        
        
        [Demo](http://djangular.aws.awesto.com/form_validation/) on how to combine Django with Angular's form validation.
        
        Detailed documentation on [ReadTheDocs](http://django-angular.readthedocs.org/).
        
        Please participate at this [survey on naming conventions](https://github.com/jrief/django-angular/issues/35)!
        
        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](https://travis-ci.org/jrief/django-angular.png?branch=master)](https://travis-ci.org/jrief/django-angular)
        
        License
        -------
        Copyright &copy; 2014 Jacob Rief. Licensed under the MIT license.
        
Keywords: django,angularjs
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
