doc(README): correctly format python code as python

This commit is contained in:
Bram 2024-05-22 22:51:41 +02:00 committed by GitHub
parent a40de29ebe
commit afaf1019aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'