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'