Skip to content

Commit

Permalink
code refactore
Browse files Browse the repository at this point in the history
  • Loading branch information
A-n-a-s-t-a-s-i-i-a committed Dec 11, 2024
1 parent d2fb159 commit b63ac8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cinema_service/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

from pathlib import Path

from decouple import config

# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent

Expand All @@ -22,7 +20,9 @@
# See https://docs.djangoproject.com/en/4.0/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = config("SECRET_KEY")
SECRET_KEY = (
"django-insecure-6vubhk2$++agnctay_4pxy_8cq)mosmn(*-#2b^v4cgsh-^!i3"
)

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

0 comments on commit b63ac8b

Please sign in to comment.