From 93132904ae380ea44e8460c3c830741ceea85e1e Mon Sep 17 00:00:00 2001 From: John Solly Date: Thu, 9 Nov 2023 13:03:07 -0500 Subject: [PATCH] update docs on seeding posts --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0e9ef1cd..4d2924d1 100755 --- a/README.md +++ b/README.md @@ -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 +``` +