This commit is contained in:
ix 2021-09-06 20:15:03 +02:00
parent 58947f2b89
commit ebb3712702
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
from django.utils.translation import gettext_lazy as _
from local_settings import *
try:
from local_settings import *
except ImportError:
pass
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))