From 0362e23638bc8f3122f6ea4d3a6b704894cc2152 Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Sun, 11 Aug 2019 14:49:23 +0200 Subject: [PATCH] oupsi la typo --- note_kfet/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/note_kfet/settings.py b/note_kfet/settings.py index 67314982..6c4988ca 100644 --- a/note_kfet/settings.py +++ b/note_kfet/settings.py @@ -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