Skip to content

Commit

Permalink
Add spaces for ordered list missed previously
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Nov 3, 2020
1 parent 403ef09 commit 9993eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ You can also set up the application using `virtualenv` by doing the following:
pip install -r requirements.txt
```

5. Prepare the database by running migrations and loading your fixtures.
5. Prepare the database by running migrations and loading your fixtures.

```sh
python manage.py migrate
python manage.py loaddata fixtures.json
```

6. Run the application.
6. Run the application.

```sh
python manage.py run
Expand Down

0 comments on commit 9993eba

Please sign in to comment.