Monday, November 21, 2016

Using PythonAnywhere, Django, Github, and MySQL

Hello,
I am newly learning django, and have decided to use pythonanywhere and github for publishing/hosting my apps. I've been using php and mysql for a few years and like mysql. But I need some help with the initial setup so that everything works/clones smoothly between my app on my local computer, github, and pythonanywhere.

I cloned my repo from github onto my computer, installed a virtualenv in my repo on my pc, installed django in my virtualenv, and started a django project in the repo folder. I've also setup a mysql database on pythonanywhere.

The way I understand it is I need to get django working with mysql on my local computer. Do I do this with mysqlclient? Are there any issues I can run into? Or anything I need to watch out for? Thanks for your help

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6730c71f-62ff-4400-9fd4-f91b2b799a27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment