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:
```python
DATABASES = {
"default": {
"ENGINE": "django.contrib.gis.db.backends.postgis",
"NAME": "umap",
"USER": "postgres",
DATABASES = {
"default": {
"ENGINE": "django.contrib.gis.db.backends.postgis",
"NAME": "umap",
"USER": "postgres",
}
}
}
Add a `SECRET_KEY` in `local_settings.py` with a long random secret key