Because...
$ heroku run python manage.py syncdb
...takes way too long to type. How about:
$ heroku django syncdb
$ heroku plugins:install https://github.com/localmed/heroku-django.git
Copyright (c) 2013 LocalMed, Inc.. See LICENSE for details.
Because...
$ heroku run python manage.py syncdb
...takes way too long to type. How about:
$ heroku django syncdb
$ heroku plugins:install https://github.com/localmed/heroku-django.git
Copyright (c) 2013 LocalMed, Inc.. See LICENSE for details.