Moving local_settings into newsblur subdir.

This commit is contained in:
Samuel Clay 2020-07-01 11:58:41 -04:00
parent bc7055b971
commit a8b69dd2b8

View file

@ -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 += (