Update README.md

This commit is contained in:
Andros Fenollosa 2022-05-16 19:51:03 +02:00 committed by GitHub
parent 96b4a45f1d
commit 387e036447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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