Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/backend/requests-2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szilvia-csernus committed May 29, 2024
2 parents 4d4deba + e172c2b commit 67969b9
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions backend/rabbit_rescue_REST/settings_test.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
"""
Django settings for rabbit_rescue_REST project.
Generated by 'django-admin startproject' using Django 3.2.20.
For more information on this file, see
https://docs.djangoproject.com/en/3.2/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/3.2/ref/settings/
"""

from pathlib import Path
from dotenv import load_dotenv
import os
Expand All @@ -23,7 +11,7 @@
# See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = os.getenv('SECRET_KEY')
SECRET_KEY = os.environ.get('SECRET_KEY')

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
Expand Down

0 comments on commit 67969b9

Please sign in to comment.