Skip to content

Commit cb4ba33

Browse files
committed
Modify base dir
1 parent 2d25eba commit cb4ba33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/settings.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@
1111
MONGO_PORT = env("MONGO_PORT")
1212
TEXTSBYGRADE_FOLDER = env("TEXTSBYGRADE_FOLDER")
1313

14-
BASE_DIR = Path(__file__).resolve().parent
15-
14+
BASE_DIR = Path(__file__).resolve().parent.parent

0 commit comments

Comments
 (0)