Skip to content

Commit

Permalink
Merge pull request #167 from jean/patch-2
Browse files Browse the repository at this point in the history
remember to edit your postgresql password
  • Loading branch information
superalex authored Feb 26, 2018
2 parents e845571 + 4005a26 commit 7e47401
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup-development.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@ You can tune your own environment configuration by editing a `settings/local.py`
configuration file to overwrite any setting in `settings/common.py`.

For a basic configuration that works with these instructions, simply copy
settings/local.py.example to settings/local.py.
`settings/local.py.example` to `settings/local.py`
(but remember to edit your postgresql password, to match what you picked for the
`CREATE ROLE taiga LOGIN PASSWORD` command above).

Otherwise, just put this in your own ~/taiga-back/settings/local.py
Otherwise, just put this in your own `~/taiga-back/settings/local.py`
[source,python]
----
from .common import *
Expand Down

0 comments on commit 7e47401

Please sign in to comment.