Skip to content

Commit

Permalink
Delete dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
maxuver committed Aug 4, 2023
1 parent 2e1550b commit 3cc1179
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/kittygram_backend/settings.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import os
from pathlib import Path

from dotenv import load_dotenv

load_dotenv()

BASE_DIR = Path(__file__).resolve().parent.parent

SECRET_KEY = os.getenv('SECRET_KEY', 'kjh3l83kjdsf')
Expand Down

0 comments on commit 3cc1179

Please sign in to comment.