We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d25eba commit cb4ba33Copy full SHA for cb4ba33
api/settings.py
@@ -11,5 +11,4 @@
11
MONGO_PORT = env("MONGO_PORT")
12
TEXTSBYGRADE_FOLDER = env("TEXTSBYGRADE_FOLDER")
13
14
-BASE_DIR = Path(__file__).resolve().parent
15
-
+BASE_DIR = Path(__file__).resolve().parent.parent
0 commit comments