Skip to content

Commit

Permalink
final 2
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacfritsch committed Oct 7, 2024
1 parent 5292bc8 commit 23766cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nasaspaceapp2024/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"""

from pathlib import Path
from decouple import config
import os

# Build paths inside the project like this: BASE_DIR / 'subdir'.
Expand All @@ -21,8 +22,8 @@
# See https://docs.djangoproject.com/en/5.1/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-@cuio-1^0)p+5bu+z&hw%*y+9w_97t(k_zdh3q^a0wxcmvp4o!'

SECRET_KEY='django-insecure-@cuio-1^0)p+5bu+z&hw%*y+9w_97t(k_zdh3q^a0wxcmvp4o!'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

Expand Down
Binary file added requirements.txt
Binary file not shown.

0 comments on commit 23766cf

Please sign in to comment.