This commit is contained in:
2024-02-02 01:17:07 +01:00
parent c6d481556b
commit 836f2d39ee
2 changed files with 2 additions and 2 deletions

View File

@ -152,6 +152,6 @@ REST_FRAMEWORK = {
try:
from settings_local import *
from .settings_local import *
except ImportError:
pass