Skip to content

Commit 52cc46b

Browse files
committed
Properly calculate BASE_DIR
1 parent cf7817d commit 52cc46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
env = environ.Env()
66

7-
BASE_DIR = environ.Path(__file__) - 3
7+
BASE_DIR = environ.Path(__file__) - 2
88

99

1010
def env_to_enum(enum_cls, value):

0 commit comments

Comments
 (0)