mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Load local_settings on top of docker-local_settings.
This commit is contained in:
parent
762292429e
commit
b74fc79266
1 changed files with 4 additions and 1 deletions
|
@ -559,8 +559,11 @@ S3_AVATARS_BUCKET_NAME = 'avatars.newsblur.com'
|
|||
|
||||
if DOCKERBUILD:
|
||||
from newsblur_web.docker_local_settings import *
|
||||
else:
|
||||
|
||||
try:
|
||||
from newsblur_web.local_settings import *
|
||||
except ModuleNotFoundError:
|
||||
pass
|
||||
|
||||
try:
|
||||
from newsblur_web.task_env import *
|
||||
|
|
Loading…
Add table
Reference in a new issue