Feature switches in Django
Find a file
2023-09-26 16:01:47 -04:00
docs Fix missing single-quote 2015-08-11 14:55:28 -07:00
example_project Increase maxlength of key/label fields on Switch model from 32 to 64 2012-11-13 09:22:29 -06:00
gargoyle make it backwards compatible 2015-04-29 11:09:45 -07:00
tests Better support for Django 1.6 and 1.7 2015-01-28 21:34:00 -05:00
.arcconfig Fix test due to modeldict rev 2012-12-31 15:00:48 -08:00
.gitignore Fix test due to modeldict rev 2012-12-31 15:00:48 -08:00
.travis.yml Fix extra spaces in .travis.yml 2015-02-02 16:53:00 -08:00
CHANGES Bump new version: 0.11.0 2015-02-02 19:45:42 -05:00
gargoyle.sublime-project Add sublime project file 2012-11-05 16:31:50 -08:00
LICENSE A few updates for bone 2010-12-16 11:10:54 -08:00
Makefile Add PHONY to Makefile 2014-06-14 10:23:45 -07:00
MANIFEST.in Added generic package files 2010-12-16 10:40:01 -08:00
README.rst Update deprecation notice to point to the YPlan fork 2016-01-14 13:48:34 +00:00
runtests.py Better support for Django 1.6 and 1.7 2015-01-28 21:34:00 -05:00
setup.cfg Add wheel support 2015-02-02 16:54:10 -08:00
setup.py strictly less than 0.9.16 vs 0.9.15 2023-09-26 16:01:47 -04:00

NOTICE: Deprecated
------------------
This project is deprecated and no longer actively maintained by `Disqus <https://disqus.com/>`_. However there is a fork being maintained by YPlan at `github.com/YPlan/gargoyle <https://github.com/YPlan/gargoyle>`_.

Gargoyle
--------

.. image:: https://secure.travis-ci.org/disqus/gargoyle.png?branch=master
   :target: http://travis-ci.org/disqus/gargoyle

Gargoyle is a platform built on top of Django which allows you to switch functionality of your application on and off based on conditions.

Resources
---------

* `Documentation <http://gargoyle.readthedocs.org/>`_
* `Bug Tracker <http://github.com/disqus/gargoyle/issues>`_
* `Code <http://github.com/disqus/gargoyle>`_