Fix documentation formating

This commit is contained in:
Yohan Boniface 2023-11-21 10:28:27 +01:00
parent 66ee9c736e
commit 173c1315a4

View file

@ -38,7 +38,6 @@ Depending on your installation, you might need to change the USER that connects
It should look like this: It should look like this:
```python
DATABASES = { DATABASES = {
"default": { "default": {
"ENGINE": "django.contrib.gis.db.backends.postgis", "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 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" SECRET_KEY = "a long and random secret key that must not be shared"