Skip to content

Commit 56f976a

Browse files
committed
减少依赖
1 parent c72f624 commit 56f976a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import os
22

3-
import dotenv
43

5-
dotenv.load_dotenv()
64
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
75

86
DEBUG = os.getenv("DEBUG") == "True"

0 commit comments

Comments
 (0)