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 (35 lines) | stat: -rw-r--r-- 652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.. _index:

=============
Django Waffle
=============

Waffle is feature flipper for Django. You can define the conditions for
which a flag should be active, and use it in a number of ways.

:Version:       |release|
:Code:          https://github.com/jazzband/django-waffle
:License:       BSD; see LICENSE file
:Issues:        https://github.com/jazzband/django-waffle/issues

Contents:

.. toctree::
   :titlesonly:

   about/why-waffle
   starting/index
   types/index
   usage/index
   testing/index
   about/contributing
   about/goals
   about/roadmap


Indices and tables
==================

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