Project And Teamorganisation Tool
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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'