This commit is contained in:
ix 2021-09-06 20:15:03 +02:00
parent 42441e7854
commit 52c2dcdec3
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ https://docs.djangoproject.com/en/2.2/ref/settings/
import os import os
from django.utils.translation import gettext_lazy as _ from django.utils.translation import gettext_lazy as _
from local_settings import * from local_settings import *
try:
from local_settings import *
except ImportError:
pass
# Build paths inside the project like this: os.path.join(BASE_DIR, ...) # Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))