mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Moving local_settings into newsblur subdir.
This commit is contained in:
parent
bc7055b971
commit
a8b69dd2b8
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ S3_AVATARS_BUCKET_NAME = 'avatars.newsblur.com'
|
|||
# = Configurations =
|
||||
# ==================
|
||||
|
||||
from local_settings import *
|
||||
from .local_settings import *
|
||||
|
||||
if not DEBUG:
|
||||
INSTALLED_APPS += (
|
||||
|
|
Loading…
Add table
Reference in a new issue