constance

https://django-constance.readthedocs.io/en/latest/

安装

Bash
  1. django-constance[redis]

配置 App

Bash
  1. "constance",

基础配置项目

Bash
  1. CONSTANCE_CONFIG = {
  2. 'SITE_TITLE': ("Hello World", "Site Title"),
  3. }