Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
georgii265 committed Jun 18, 2023
1 parent 89821ea commit 2e3007b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@

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

# read th .env file
environ.Env.read_env(env_file=str(BASE_DIR) + '/.env')

SECRET_KEY = env('SECRET_KEY')
SECRET_KEY = env('SECRET_KEY', 'django-insecure')

DEBUG = env('DEBUG', default=False)

Expand Down

0 comments on commit 2e3007b

Please sign in to comment.