Skip to content

Commit

Permalink
update docs on seeding posts
Browse files Browse the repository at this point in the history
  • Loading branch information
John Solly committed Nov 9, 2023
1 parent f07ca78 commit 9313290
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ cd awesome-django-blog/app
python3 manage.py runserver
```

### Seed Posts (Optional)
This command creates sample posts.
```shell
python3 app/manage.py import_posts utilities/seed_posts/posts.json
```


<!-- ## Installation (Docker)
Expand Down

0 comments on commit 9313290

Please sign in to comment.