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 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'