Switches

Switches are simple booleans: they are on or off, for everyone, all the time. They do not require a request object and can be used in other contexts, such as management commands and tasks.

Switch Attributes

Switches can be administered through the Django admin site or the command line. They have the following attributes:

Name:The name of the Switch.
Active:Is the Switch active or inactive.
Note:Describe where the Switch is used.