Project And Teamorganisation Tool
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

config.py 380B

1234567891011121314151617
  1. #
  2. # General settings
  3. #
  4. # SECURITY WARNING: don't run with debug turned on in production!
  5. # DEBUG = False
  6. # SECURITY WARNING: don't run with a dummy secret in production!
  7. # SECRET_KEY = None
  8. # SECURITY WARNING: don't run with '0.0.0.0' in in production, unless you know what you are doing!
  9. # ALLOWED_HOSTS = ['127.0.0.1', ]
  10. #
  11. # Style settings
  12. #
  13. # DEFAULT_THEME = 'clear-green'