.. Django-AdminLTE-2 documentation master file, created by
   sphinx-quickstart on Sat Mar  6 10:30:55 2021.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to Django-AdminLTE-2's documentation!
*********************************************

Django-AdminLTE-2 is a `Django <https://www.djangoproject.com/>`_ app
that takes all of the work out of making a beautiful and functional web
application using the `AdminLTE2 <https://adminlte.io/themes/AdminLTE/index2.html>`_
theme.

Additionally, the app provides decorators, mixins, template filters, and
template tags to aid in the rapid development of a site.

Features include:

* Styled with `AdminLTE2 <https://adminlte.io/themes/AdminLTE/index2.html>`_.
* Easy sidebar menu creation.
* Automatic Django Admin styling that matches AdminLTE2.
* Automatic inclusion of Admin links in the sidebar.
* Automatic menu link hiding based on user permissions to views.
* Template filters to aid in manual styling.
* Template tags for form rendering that matches AdminLTE2.
* Automatic form error and messages styling.
* `Font Awesome 4 <https://fontawesome.com/v4/icons/>`_
  & `Font Awesome 5 <https://fontawesome.com/v5/search>`_ integration.

.. image:: ../img/menu/django-adminlte-2-static-menu.png
    :alt: Site with static menu using settings

.. toctree::
   :maxdepth: 3
   :caption: Table of Contents:

   quickstart
   menu
   authorization
   templates
   template_filters
   template_tags
   forms
   demo_css
   configuration
   api_reference


Indices and tables
******************

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
