diff --git a/README.md b/README.md index fb45026..1c9937c 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,20 @@ Complete example of how to create a Blog with HTML over the Wire architecture in ## Run 🏃 +1. Up + ``` docker-compose up ``` +2. Add data. + +Run in Django container. + +``` +./manage.py shell < make_fake_data.py +``` + ## Thanks 😍 - [Django](https://www.djangoproject.com/)