Two colons for code block
This commit is contained in:
parent
7bd87fc6c4
commit
4c0cfea739
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Add database connexion informations in `local.py`, for example::
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Add a `SECRET_KEY` in `local.py` with a long random secret key:
|
Add a `SECRET_KEY` in `local.py` with a long random secret key::
|
||||||
|
|
||||||
SECRET_KEY = "a long and random secret key that must not be shared"
|
SECRET_KEY = "a long and random secret key that must not be shared"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue