Commit 95bb38ca by Kenneth Reitz

Merge pull request #14 from sesh/patch-1

Update readme to call migrate instead of syncdb
parents 7fb0fa0b c8b2a58a
...@@ -33,7 +33,7 @@ You can replace ``helloworld`` with your desired project name. ...@@ -33,7 +33,7 @@ You can replace ``helloworld`` with your desired project name.
$ heroku create $ heroku create
$ git push heroku master $ git push heroku master
$ heroku run python manage.py syncdb $ heroku run python manage.py migrate
## Further Reading ## Further Reading
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment