1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00

bugfix import "local_settings.py"

This commit is contained in:
JensDiemer 2020-12-19 20:06:07 +01:00
parent 7d44702775
commit 12a5adab54

View file

@ -188,6 +188,6 @@ LOGGING = {
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
try: try:
from .local_settings import * # noqa from local_settings import * # noqa
except ImportError: except ImportError:
pass pass