.. 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
  tutorial-forms
  upload-files
  basic-crud-operations
  remote-method-invocation
  csrf-protection
  template-sharing
  reverse-urls
  resolve-dependencies
  three-way-data-binding
  changelog


Sponsoring
----------

This project is maintained by one individual with help from the community. If it is useful for you,
`please consider to sponsor it`_ in order to fund its further development. High on the priority
list is support for Angular-2 and/or Angular-4.


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
.. _please consider to sponsor it: https://gratipay.com/django-angular/
