Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group 18
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rac Gerard Elizaga
widget_group 18
Commits
66e744a4
Commit
66e744a4
authored
Mar 07, 2022
by
Rac Gerard Elizaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated SECRET_KEY variable in settings.py
parent
a69f88e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
settings.cpython-38.pyc
...up_18/widget_group_18/__pycache__/settings.cpython-38.pyc
+0
-0
settings.py
widget_group_18/widget_group_18/settings.py
+2
-1
No files found.
widget_group_18/widget_group_18/__pycache__/settings.cpython-38.pyc
View file @
66e744a4
No preview for this file type
widget_group_18/widget_group_18/settings.py
View file @
66e744a4
...
...
@@ -10,6 +10,7 @@ For the full list of settings and their values, see
https://docs.djangoproject.com/en/4.0/ref/settings/
"""
import
os
from
pathlib
import
Path
from
dotenv
import
load_dotenv
...
...
@@ -23,7 +24,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
# See https://docs.djangoproject.com/en/4.0/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY
=
'django-insecure-)c2#as_qoddeeg=_k@53u2xdloo5b_$$co(b^y4=*j0&ejhq8y'
SECRET_KEY
=
os
.
getenv
(
'SECRET_KEY'
)
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment