Skip to content

Commit

Permalink
Remove superfluous link
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed Oct 29, 2019
1 parent 095541f commit 058c3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Django-Flags

![Build Status](https://github.com/cfpb/django-flags/workflows/test/badge.svg)
![Coverage Status](https://coveralls.io/repos/github/cfpb/django-flags/badge.svg?branch=master)](https://coveralls.io/github/cfpb/django-flags?branch=master)
![Coverage Status](https://coveralls.io/repos/github/cfpb/django-flags/badge.svg?branch=master)

Feature flags allow you to toggle functionality in both Django code and the Django templates based on configurable conditions. Flags can be useful for staging feature deployments, for A/B testing, or for any time you need an on/off switch for blocks of code. The toggle can be by date, user, URL value, or a number of [other conditions](https://cfpb.github.io/django-flags/conditions/), editable in the admin or in definable in settings.

Expand Down

0 comments on commit 058c3fe

Please sign in to comment.