We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1d6d0 commit 18ec86fCopy full SHA for 18ec86f
README.md
@@ -16,5 +16,5 @@
16
5. create and seed the db (the server must still be running, so open a new terminal window first)
17
> python manage.py create_db; python manage.py seed_db --seedfile 'data/db_items.json'
18
19
-6. check out the page listing your blog posts
20
-> http://localhost:5000/post
+6. check out your blog
+> http://localhost:5000/blog
0 commit comments