Improve the debug mode

This commit is contained in:
Thomas Sileo
2018-05-23 00:57:34 +02:00
parent cc900a2b4c
commit d90e489fc6
4 changed files with 23 additions and 2 deletions

View File

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