File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/django-knobs?style=for-the-badge&logo=python )] ( https://pypi.org/project/django-knobs/ )
44[ ![ PyPI] ( https://img.shields.io/pypi/v/django-knobs?style=for-the-badge&logo=pypi )] ( https://pypi.org/project/django-knobs/ )
5- [ ![ Checks] ( https://img.shields.io/github/check-runs/ danfimov/django-knobs/main?nameFilter=Tests%20(3.12) &style=for-the-badge )] ( https://github.com/danfimov/django-knobs )
5+ [ ![ Checks] ( https://img.shields.io/github/actions/workflow/status/ danfimov/django-knobs/code-check.yml?branch=main &style=for-the-badge )] ( https://github.com/danfimov/django-knobs )
66
77Library for dynamic settings / feature flags that can be changed at runtime without restarting the application from Django admin panel.
88
@@ -12,7 +12,6 @@ pip install django-knobs
1212
1313![ ] ( docs/assets/banner.png )
1414
15-
1615## Setup
1716
1817** 1. Add to ` INSTALLED_APPS ` :**
File renamed without changes.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ site_author = "Dima Anfimov"
3030# The site_url is the canonical URL for your site. When building online
3131# documentation you should set this.
3232# Read more: https://zensical.org/docs/setup/basics/#site_url
33- # site_url = "https://www.example.com /"
33+ site_url = " https://danfimov.github.io/django-knobs /"
3434
3535# The copyright notice appears in the page footer and can contain an HTML
3636# fragment.
@@ -48,14 +48,16 @@ Copyright © 2026 The authors
4848#
4949# Read more: https://zensical.org/docs/setup/navigation/
5050nav = [
51- { "Quickstart" = " quickstart .md" },
51+ { "Quickstart" = " index .md" },
5252 { "Settings" = " settings.md" },
5353 { "Caching" = " caching.md" },
5454 { "Extensions" = [
5555 " extensions/history.md"
5656 ]}
5757]
5858
59+ use_directory_urls = true
60+
5961# With the "extra_css" option you can add your own CSS styling to customize
6062# your Zensical project according to your needs. You can add any number of
6163# CSS files.
You can’t perform that action at this time.
0 commit comments