Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试了解 Django 的Gargoyle库——一个功能标志库,我无法理解它应该如何实现。有谁知道任何教程或可以指导我如何去做?
此外,如果有人有实现除Gargoyle之外的功能标志库的经验,并且认为它具有比 Gargoyle 更好的文档和易用性,请分享。
您可以在此处找到 Django 功能切换器示例。
这是您可以检查示例代码中的功能标志的方法。
您可以在configcat.com上管理您的功能标志。
Django waffle 也是一个维护良好的功能切换器:django-waffle