mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 03:12:26 +02:00
Modification de la doc pour préciser le formatage du fichier de settings
This commit is contained in:
parent
5b473f0cb3
commit
b03d37ee7c
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ CREATE DATABASE chariotte
|
||||||
|
|
||||||
## Create a configuration file
|
## Create a configuration file
|
||||||
|
|
||||||
Create a local configuration file:
|
Create a local configuration file named "local_settings.py" at the project root :
|
||||||
|
|
||||||
```python title="local_settings.py"
|
```python title="local_settings.py"
|
||||||
from la_chariotte.settings import *
|
from la_chariotte.settings import *
|
||||||
|
|
Loading…
Reference in a new issue