We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72f624 commit 56f976aCopy full SHA for 56f976a
tests/settings.py
@@ -1,8 +1,6 @@
1
import os
2
3
-import dotenv
4
5
-dotenv.load_dotenv()
6
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
7
8
DEBUG = os.getenv("DEBUG") == "True"
0 commit comments