mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
oupsi la typo
This commit is contained in:
@ -9,8 +9,8 @@ from django.utils.translation import gettext_lazy as _
|
||||
|
||||
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
PROJECT_DIR = os.path.dirnam(os.path.realpath(__file__))
|
||||
APPS_DIR = os.path.realpath(oas.path.join(BASE_DIR,"apps"))
|
||||
PROJECT_DIR = os.path.dirname(os.path.realpath(__file__))
|
||||
APPS_DIR = os.path.realpath(os.path.join(BASE_DIR,"apps"))
|
||||
sys.path.append(APPS_DIR)
|
||||
|
||||
# Quick-start development settings - unsuitable for production
|
||||
|
Reference in New Issue
Block a user