Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
steering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
steering
Merge requests
!7
More changes/additions to README.rst to explain how to get a working development installation.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
More changes/additions to README.rst to explain how to get a working development installation.
gh-00314591/7/hermannschwaerzler/master
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Hermann Schwärzler
requested to merge
gh-00314591/7/hermannschwaerzler/master
into
master
7 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
e38c7650
Prev
Next
Show latest version
1 file
+
5
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e38c7650
local_settings.py is a better place to change settings than editing settings.py
· e38c7650
Hermann Schwärzler
authored
7 years ago
README.rst
+
5
−
3
Options
@@ -36,9 +36,11 @@ Setting up the database
By default the project is set up to run on a SQLite database.
First edit pv/settings.py and change the line
SECRET_KEY = ''
such that there is a value for SECRET_KEY.
Create a file pv/local_settings.py and add at least the line
SECRET_KEY = 'secret key'
(obviously replacing "secret key" with a key of you choice).
Then run::
Loading