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 430B

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