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,14 +38,14 @@ 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",
"NAME": "umap", "NAME": "umap",
"USER": "postgres", "USER": "postgres",
} }
} }
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