Proper import local_settings
This commit is contained in:
parent
1328896015
commit
0fc8236890
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ https://docs.djangoproject.com/en/3.1/ref/settings/
|
|||
|
||||
from pathlib import Path
|
||||
|
||||
from local_settings import *
|
||||
from .local_settings import *
|
||||
|
||||
# Build paths inside the project like this: BASE_DIR / 'subdir'.
|
||||
BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
|
|
Loading…
Reference in a new issue