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 0909fab commit e60053eCopy full SHA for e60053e
django_blog/settings.py
@@ -14,12 +14,9 @@
14
import json
15
import dj_database_url
16
17
-from dotenv import load_dotenv
18
-
19
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
20
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
21
22
-load_dotenv(BASE_DIR / '.env')
23
# Quick-start development settings - unsuitable for production
24
# See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/
25
requirements.txt
@@ -10,7 +10,6 @@ idna==2.10
10
Pillow==7.2.0
11
psycopg2==2.9.5
12
psycopg2-binary==2.9.5
13
-python-dotenv==0.21.1
pytz==2020.1
requests==2.24.0
sqlparse==0.3.1
0 commit comments