Skip to content

Commit 3fe59f4

Browse files
committed
merge
1 parent 4728474 commit 3fe59f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
> python runserver.py
1515
1616
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'
17+
> python manage.py create_db && python manage.py seed_db --seedfile 'data/db_items.json'
1818
1919
6. check out your blog
2020
> http://localhost:5000/blog

0 commit comments

Comments
 (0)