Fix documentation formating
This commit is contained in:
parent
66ee9c736e
commit
173c1315a4
1 changed files with 7 additions and 7 deletions
|
@ -38,7 +38,6 @@ Depending on your installation, you might need to change the USER that connects
|
|||
|
||||
It should look like this:
|
||||
|
||||
```python
|
||||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.contrib.gis.db.backends.postgis",
|
||||
|
@ -47,6 +46,7 @@ DATABASES = {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
Add a `SECRET_KEY` in `local_settings.py` with a long random secret key
|
||||
|
||||
SECRET_KEY = "a long and random secret key that must not be shared"
|
||||
|
|
Loading…
Reference in a new issue