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

config.py 201B

123456789101112131415
  1. import os
  2. BASE_DIR = os.path.dirname(os.path.abspath(__file__))
  3. #
  4. # General settings
  5. #
  6. # SECRET_KEY = 'define a secret key'
  7. #
  8. # ALLOWED_HOSTS = []
  9. #
  10. # Style settings
  11. #
  12. # DEFAULT_THEME = 'clear-red'