.. 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`_.

For a quick impression, visit the `demo site`_ for this project.


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

  installation
  integration
  demos
  angular-model-form
  angular-form-validation
  forms-set
  tutorial-forms
  upload-files
  basic-crud-operations
  remote-method-invocation
  csrf-protection
  template-sharing
  reverse-urls
  resolve-dependencies
  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
.. _demo site: https://django-angular.awesto.com/combined_validation/
