mirror of
https://github.com/YunoHost/pepettes.git
synced 2024-09-03 20:06:20 +02:00
doc(README): correctly format python code as python
This commit is contained in:
parent
a40de29ebe
commit
afaf1019aa
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ python3 -m pip install -r requirements.txt
|
|||
|
||||
Create a settings.py file with :
|
||||
|
||||
```text
|
||||
```python
|
||||
ENV = 'development'
|
||||
PORT = 8000
|
||||
DOMAIN = 'http://localhost:8000'
|
||||
|
|
Loading…
Reference in a new issue