Metadata-Version: 1.1
Name: django-angular
Version: 1.1
Summary: Let Django play well with AngularJS
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
        
        [![Build Status](https://travis-ci.org/jrief/django-angular.svg?branch=master)](https://travis-ci.org/jrief/django-angular)
        [![PyPI version](https://img.shields.io/pypi/v/django-angular.svg)](https://pypi.python.org/pypi/django-angular)
        [![Python versions](https://img.shields.io/pypi/pyversions/django-angular.svg)](https://pypi.python.org/pypi/django-angular)
        [![Software license](https://img.shields.io/pypi/l/django-angular.svg)](https://github.com/jrief/django-angular/blob/master/LICENSE-MIT)
        [![Twitter Follow](https://img.shields.io/twitter/follow/jacobrief.svg?style=social&label=Jacob+Rief)](https://twitter.com/jacobrief)
        
        ## Breaking News
        
        On 2017-07-23 **django-angular** version 1.0 has been released.
        
        In Django version 1.11, template-based widget rendering has been introduced.
        This gives us a lot more flexibility when rendering form widgets. It however
        required to refactor the internal API of **django-angular**.
        
        ### Upcoming version 1.1
        
        Please help me to test the next upcoming version of **django-angular**. It currently is in
        [review mode awaitng for user comments](https://github.com/jrief/django-angular/pull/303).
        Please check out [this branch](https://github.com/jrief/django-angular/tree/releases/1.1.x).
        
        
        ## Documentation
        
        Detailed documentation on [ReadTheDocs](http://django-angular.readthedocs.org/en/latest/).
        
        [Demo](http://django-angular.awesto.com/form_validation/) on how to combine Django with Angular's form validation.
        
        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.
        
        
        ## Latest Changes
        
        ### 1.0.0 (2017-07-23)
        
        * Adopted for Django's template-based widget rendering, introduced in version 1.11.
        * Drop support for Django 1.7, 1.8 and 1.9.
        * Fixed #270: Exception while rendering form using ``as_ul``.
        * Removed templatetag ``{% csrf_value %}``, since Django offers ab equivalent tag.
        * Fix file input css (remove the border) and add some documentation about common reported errors.
        * Remove support for bower in favor of npm.
        
        
        ## License
        
        Copyright &copy; 2017
        
        MIT licensed
        
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 :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
