forked from 42CTF/website
last
This commit is contained in:
parent
58947f2b89
commit
ebb3712702
|
@ -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__)))
|
||||
|
|
Loading…
Reference in New Issue