mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
centralized and lazy-loaded redis client singleton, check for manage.py commands so we don't init proxyservers (redis connection), put manage commmands before starting uwsgi
This commit is contained in:
parent
5abaddebf8
commit
7351264e8a
15 changed files with 213 additions and 174 deletions
|
|
@ -22,6 +22,7 @@ INSTALLED_APPS = [
|
|||
'apps.m3u',
|
||||
'apps.output',
|
||||
'apps.proxy.apps.ProxyConfig',
|
||||
'apps.proxy.ts_proxy',
|
||||
'core',
|
||||
'drf_yasg',
|
||||
'daphne',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue