Issue
I am new to git and Pythonanywhere. So, I have a live Django website which is hosted with the help of Pythonanywhere. I have made some improvements to it. I have committed and pushed that changes to my Github repository. But, now I don't know that how to further push that changes to my Pythonanywhere website. I am so confused. Please help!!! Forgive me, I am new to it.
Solution
You need to go to the repo on PythonAnywhere in a bash console, run git pull
(You may need to run ./mange.py migrate
if you made changes to your models) and then reload the app on "Web" configuration page on PythonAnywhere. .
Answered By - Filip Answer Checked By - Gilberto Lyons (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.