Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
113b70d7
Unverified
Commit
113b70d7
authored
6 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Correct use of ScretSetting.
parent
b9148197
No related branches found
Branches containing commit
Tags
2.0rc7
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
biscuit/core/settings.py
+1
-1
1 addition, 1 deletion
biscuit/core/settings.py
with
1 addition
and
1 deletion
biscuit/core/settings.py
+
1
−
1
View file @
113b70d7
...
...
@@ -8,7 +8,7 @@ from .util import get_app_packages
BASE_DIR
=
LocalSetting
(
default
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))))
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY
=
SecretSetting
(
default
=
'
wvo@&^9@yi4(eahof$i2v3j#$=%lkw=%8=h2_eo6n5w!y9a*%u
'
)
SECRET_KEY
=
SecretSetting
()
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
LocalSetting
(
default
=
False
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment