Skip to content

Commit 5122c47

Browse files
authored
Update README.md
1 parent 2b676d0 commit 5122c47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ pip install -r requirement.txt
1818
## Usage
1919

2020
```sh
21-
py manage.py migrate && py manage.py runserver
21+
py manage.py migrate
22+
py manage.py collectstatic
23+
py manage.py runserver
2224
```
2325

2426
## Run tests

0 commit comments

Comments
 (0)