Fix documentation formating
This commit is contained in:
parent
66ee9c736e
commit
173c1315a4
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue