Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit 53823f2

Browse files
committed
Update README.md
1 parent 129c572 commit 53823f2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ The Inception of our trip.
44
##Backend
55
###Install
66
```bash
7-
pip install -r requirements.txt
8-
python manage.py migrate
7+
$ pip install -r requirements.txt
8+
$ python manage.py migrate
9+
```
10+
###Load test data
11+
```bash
12+
$ python manage.py test_data
913
```
1014
##Frontend

0 commit comments

Comments
 (0)