Proper import local_settings

master
grisel-davy 3 years ago
parent 1328896015
commit 0fc8236890

@ -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…
Cancel
Save