Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmwangemi committed Jul 30, 2020
1 parent e4d3d79 commit 0ca37b3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,11 @@ A blog API with CRUD functionality, built using Django REST Framework.
$ pipenv shell
```

3. Run migrations and setup setup superuser account.
3. Build the database, setup superuser account and run local development server instance.

```
$ python3 manage.py migrate
$ python3 manage.py createsuperuser
```

4. Run local development server instance.

```
$ python3 manage.py runserver
```

Expand Down

0 comments on commit 0ca37b3

Please sign in to comment.