Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku run. #114

Closed
bradleyg opened this issue Jul 24, 2013 · 2 comments
Closed

Heroku run. #114

bradleyg opened this issue Jul 24, 2013 · 2 comments

Comments

@bradleyg
Copy link

I understand this feature isn't implemented yet but is there any kind of workaround currently?

I need to '''./manage.py syncdb''' in my Django app.

@progrium
Copy link
Contributor

Assuming you have keys set up, you would do something like this:

ssh <user>@<host> docker run app/<app> /app/manage.py syncdb

But I haven't tested that or done it before. Just to point you in the right
direction though.

On Wed, Jul 24, 2013 at 8:52 AM, Bradley Griffiths <notifications@github.com

wrote:

I understand this feature isn't implemented yet but is there any kind of
workaround currently?

I need to '''./manage.py syncdb''' in my Django app.


Reply to this email directly or view it on GitHubhttps://github.com//issues/114
.

Jeff Lindsay
http://progrium.com

@asm89
Copy link
Contributor

asm89 commented Aug 16, 2013

duplicate with #156, closing this as the other issue has better recommendations at the moment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants