dont reload config in manage.py commands, fixes #1619
This commit is contained in:
parent
b47b8b14fb
commit
d62460e5fe
5 changed files with 9 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ BROKER_PORT = 5672
|
|||
BROKER_USER = "pandora"
|
||||
BROKER_PASSWORD = "box"
|
||||
BROKER_VHOST = "/pandora"
|
||||
SEND_CELERY_ERROR_EMAILS=False
|
||||
SEND_CELERY_ERROR_EMAILS = False
|
||||
|
||||
#with apache x-sendfile or lighttpd set this to True
|
||||
XSENDFILE = False
|
||||
|
|
@ -182,6 +182,7 @@ XACCELREDIRECT = False
|
|||
|
||||
SITE_CONFIG = join(PROJECT_ROOT, 'config.jsonc')
|
||||
DEFAULT_CONFIG = join(PROJECT_ROOT, 'config.pandora.jsonc')
|
||||
RELOAD_CONFIG = True
|
||||
|
||||
#used if CONFIG['video']['download'] is set
|
||||
TRACKER_URL="udp://tracker.openbittorrent.com:80"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue