.. django-angular documentation master file

Welcome to django-angular's documentation!
==========================================

Django-Angular is a collection of utilities, which aim to ease the integration of Django_ with
AngularJS_ by providing reusable components.

Project's home
--------------
Check for the latest release of this project on `Github`_.

Please report bugs or ask questions using the `Issue Tracker`_.

Contents
--------
.. toctree::

  installation
  integration
  demos
  angular-model-form
  angular-form-validation
  basic-crud-operations
  remote-method-invocation
  csrf-protection
  template-sharing
  reverse-urls
  three-way-data-binding
  changelog

Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. _Django: https://www.djangoproject.com/
.. _AngularJS: http://angularjs.org/
.. _Github: https://github.com/jrief/django-angular
.. _Issue Tracker: https://github.com/jrief/django-angular/issues
