Commit c8b2a58a by Brenton Cleeland

Update readme to call migrate instead of syncdb

`syncdb` is deprecated as of Django 1.7
parent 7fb0fa0b
......@@ -33,7 +33,7 @@ You can replace ``helloworld`` with your desired project name.
$ heroku create
$ git push heroku master
$ heroku run python manage.py syncdb
$ heroku run python manage.py migrate
## 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