========== Quickstart ========== After :doc:`installation`, you can use ``django-propeller`` in your templates.: Load the ``propeller`` library and use the ``propeller_*`` tags: Example template ---------------- .. include:: example_template.rst Template tags and filters ------------------------- Refer to :doc:`templatetags` for more information. Settings -------- You can set defaults for ``django-propeller`` in your settings file. Refer to :doc:`settings` for more information. Demo application ---------------- The demo application provides a number of useful examples. https://github.com/dyve/django-bootstrap3/tree/develop/demo