Improve the debug mode
This commit is contained in:
parent
cc900a2b4c
commit
d90e489fc6
4 changed files with 23 additions and 2 deletions
|
@ -69,7 +69,7 @@ $ pip install -r requirements.txt
|
|||
# Start the Celery worker, RabbitMQ and MongoDB
|
||||
$ docker-compose -f docker-compose-dev.yml up -d
|
||||
# Run the server locally
|
||||
$ FLASK_APP=app.py flask run -p 5005 --with-threads
|
||||
$ MICROBLOGPUB_DEBUG=1 FLASK_APP=app.py flask run -p 5005 --with-threads
|
||||
```
|
||||
|
||||
## Contributions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue