Skip to content
Jonas July edited this page Oct 10, 2022 · 2 revisions

See README

In bptool/settings.py one may set app specific settings. These include:

  • Pretix settings,
  • Email configuration with SEND_MAILS_FROM and SEND_MAILS_TO,
  • allowed hosts (with the first one being the website domain the app is accessible from),
  • the secret key (which must be changed) and
  • DEBUG (must be turned off)
Clone this wiki locally