From 387e03644796d2d9a88cfe6a33c4502b02bbf70d Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 16 May 2022 19:51:03 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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/)