Project And Teamorganisation Tool
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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'