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 4728474 commit 3fe59f4Copy full SHA for 3fe59f4
README.md
@@ -14,7 +14,7 @@
14
> python runserver.py
15
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'
+> python manage.py create_db && python manage.py seed_db --seedfile 'data/db_items.json'
18
19
6. check out your blog
20
> http://localhost:5000/blog
0 commit comments