Update README.md
This commit is contained in:
parent
96b4a45f1d
commit
387e036447
10
README.md
10
README.md
@ -14,10 +14,20 @@ Complete example of how to create a Blog with HTML over the Wire architecture in
|
|||||||
|
|
||||||
## Run 🏃
|
## Run 🏃
|
||||||
|
|
||||||
|
1. Up
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose up
|
docker-compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
2. Add data.
|
||||||
|
|
||||||
|
Run in Django container.
|
||||||
|
|
||||||
|
```
|
||||||
|
./manage.py shell < make_fake_data.py
|
||||||
|
```
|
||||||
|
|
||||||
## Thanks 😍
|
## Thanks 😍
|
||||||
|
|
||||||
- [Django](https://www.djangoproject.com/)
|
- [Django](https://www.djangoproject.com/)
|
||||||
|
Loading…
Reference in New Issue
Block a user