This commit is contained in:
OniriCorpe 2024-05-22 23:13:10 +02:00
commit 7dd7202d81

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'