Skip to content

Commit e60053e

Browse files
Remove dotenv
1 parent 0909fab commit e60053e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

django_blog/settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@
1414
import json
1515
import dj_database_url
1616

17-
from dotenv import load_dotenv
18-
1917
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
2018
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
2119

22-
load_dotenv(BASE_DIR / '.env')
2320
# Quick-start development settings - unsuitable for production
2421
# See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/
2522

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ idna==2.10
1010
Pillow==7.2.0
1111
psycopg2==2.9.5
1212
psycopg2-binary==2.9.5
13-
python-dotenv==0.21.1
1413
pytz==2020.1
1514
requests==2.24.0
1615
sqlparse==0.3.1

0 commit comments

Comments
 (0)