forked from GithubBackups/healthchecks
Remove the warning about a missing local_settings.py
This commit is contained in:
parent
376d80afd4
commit
601d8fac94
@ -6,7 +6,6 @@ https://docs.djangoproject.com/en/2.1/ref/settings
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import warnings
|
|
||||||
|
|
||||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
@ -235,5 +234,3 @@ SIGNAL_CLI_ENABLED = envbool("SIGNAL_CLI_ENABLED", "False")
|
|||||||
|
|
||||||
if os.path.exists(os.path.join(BASE_DIR, "hc/local_settings.py")):
|
if os.path.exists(os.path.join(BASE_DIR, "hc/local_settings.py")):
|
||||||
from .local_settings import *
|
from .local_settings import *
|
||||||
else:
|
|
||||||
warnings.warn("local_settings.py not found, using defaults")
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user