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:
parent
7d44702775
commit
12a5adab54
1 changed files with 1 additions and 1 deletions
|
@ -188,6 +188,6 @@ LOGGING = {
|
|||
# -----------------------------------------------------------------------------
|
||||
|
||||
try:
|
||||
from .local_settings import * # noqa
|
||||
from local_settings import * # noqa
|
||||
except ImportError:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue