File: index.rst

package info (click to toggle)
python-django-waffle 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 684 kB
  • sloc: python: 3,266; makefile: 139; sh: 39; javascript: 34
file content (21 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.. _usage-index:

============
Using Waffle
============

Waffle provides a simple API to check the state of :ref:`flags
<types-flag>`, :ref:`switches <types-switch>`, and :ref:`samples
<types-sample>` in views and templates, and even on the client in
JavaScript.

.. toctree::
   :titlesonly:

   views
   decorators
   mixins
   templates
   javascript
   json
   cli