Home » Grids » Feature Flipping

Feature Flipping

Evaluate apps and libraries that enable us to flip features for users

13 Packages
15 Features

Search & Filter

A feature flipper for Django

1,234
Stars
265
Forks
15
Usage
Py3
Status Production/Stable
Version 5.0.0
Updated 9 Dec 2025
License BSD
Commits
Features
Python conditionals
View decorators
Template tag switches
Percentage of users
Switch by group
Switch by user
Percentage of IP addresses
 ?
Geographic location
 ?
Flipping mechanism
Flags: tied to a request;
Switches: named booleans in the DB;
Samples: percentages in the DB
JavaScript support
Data storage
ORM, cached
User can flip features
  only Flags, not Switches
Feature provider hook
Flip views by name
Unobtrusive

Feature flags for Django projects

294
Stars
44
Forks
1
Usage
Py3
Status Unknown
Version 5.2.0
Updated 27 Apr 2026
License CC0-1.0
Commits
Features
Python conditionals
View decorators
Template tag switches
Percentage of users
Switch by group
Switch by user
Percentage of IP addresses
Geographic location
Flipping mechanism
JavaScript support
Data storage
User can flip features
Feature provider hook
Flip views by name
Unobtrusive

Feature flags for Wagtail sites

91
Stars
14
Forks
0
Usage
Py3
Status Unknown
Version 5.5.0
Updated 27 Apr 2026
License CC0-1.0
Commits
Features
Python conditionals
View decorators
Template tag switches
Percentage of users
Switch by group
Switch by user
Percentage of IP addresses
Geographic location
Flipping mechanism
JavaScript support
Data storage
User can flip features
Feature provider hook
Flip views by name
Unobtrusive

The most advanced admin editable setting for Django

57
Stars
0
Forks
1
Usage
Py3
Status Unknown
Version 0.29.2
Updated 28 Jul 2025
License MIT
Commits
Features
Python conditionals
View decorators
Template tag switches
Percentage of users
Switch by group
Switch by user
Percentage of IP addresses
Geographic location
Flipping mechanism
JavaScript support
Data storage
User can flip features
Feature provider hook
Flip views by name
Unobtrusive

Showing 4 of 13 packages in this grid.

View All Packages

Features Being Compared

15 features

Python conditionals

Can apply a switch to a piece of code via a Python conditional

View decorators

Can apply a switch to a piece of code via a view decorator

Template tag switches

Can apply a switch to a piece of a template code via a template tag

Percentage of users

Allows to set conditions to switches by a percentage of users

Switch by group

Allows to set conditions to switches by specific user groups

Switch by user

Allows to set conditions to switches by specific users

Percentage of IP addresses

Allows to set conditions to switches by a percentage of IP addresses

Geographic location

Allows to set conditions to switches by geographic location

Flipping mechanism

Is flipping database or cookie based

JavaScript support

Switches and flags can be used in javascript

Data storage

Where the data flipping is based on is stored

User can flip features

Users have a means to flip features

Feature provider hook

Can use external plugin code for determining the state of a feature

Flip views by name

Views can be disabled/enabled in a centralized way without adding code to each view

Unobtrusive

Need to change the source code to enable/disable a feature flip.