Skip to content

Commit

Permalink
(#827) fix error while importing settings_local
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjson committed Sep 12, 2021
1 parent ed66a65 commit 39355d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otlplus/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ def ugettext(s):
VERSION = "3.2.3.0"

try:
from settings_local import * # noqa: F401, F403
from .settings_local import * # noqa: F401, F403
except ImportError:
pass

0 comments on commit 39355d4

Please sign in to comment.