Question about Django, Heroku, and MySQL

2014-01-07 Thread ET
Hi, 

I am currently attempting to deploy a basic Django app to Heroku. Ideally, 
I would like to use a remote MySQL db instead of Heroku's datastore. I have 
the app running locally, where it connects with the db fine. 

Does anyone have any pointers or tutorials on how to deploy this to Heroku? 
Currently, every tutorial I have found for connecting a Heroku app with a 
remote db either involves RoR or only discusses Amazon MySQL dbs. 

Thanks. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/35b4e4a2-c4d6-4227-846c-7b2cf0580b09%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Question about Django, Heroku, and MySQL

2014-01-07 Thread carlos
Hi you check this link
https://devcenter.heroku.com/articles/getting-started-with-django
maybe help you !!

Cheers


On Tue, Jan 7, 2014 at 1:17 PM, ET  wrote:

> Hi,
>
> I am currently attempting to deploy a basic Django app to Heroku. Ideally,
> I would like to use a remote MySQL db instead of Heroku's datastore. I have
> the app running locally, where it connects with the db fine.
>
> Does anyone have any pointers or tutorials on how to deploy this to
> Heroku? Currently, every tutorial I have found for connecting a Heroku app
> with a remote db either involves RoR or only discusses Amazon MySQL dbs.
>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/35b4e4a2-c4d6-4227-846c-7b2cf0580b09%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAM-7rO1%3DNza8%2BPOhyttzh9xbtARexLspi0AR7_XK65CLWoW28w%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Question about Django, Heroku, and MySQL

2014-01-07 Thread Mark Moss
Moreover, make sure that port 3306 is opened in the remote server to accept 
mysql connection. That's the easiest thing we sometimes overlook.

-
- Mark
Check this *Instant Django Hosting 
*. No setup needed. Works 
out-of-the-box!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6b84d2e6-4a7f-434b-9212-beaa5601ae24%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.