Forums

update files from github

how can i update my website from github. What a command do i need use. example pa_autoconfigure_django.py https://github.com/myname/nameofapp.git - this command reload all my site from github.

If you used the pa_autoconfigure_django.py script to create your site, you can start a Bash console and use the cd command to navigate to the directory that contains your source code, then run the git pull command to pull the latest version from github.

Can you explain in details with each explanation

That was a pretty detailed description. Which bit are you having trouble with?

I think this is a very sensitive point in the work, we need an article about this (-:

There are looots of git tutorials out there :)

Here's an in depth explanation of how to update a website from code hosted on a github repository:

https://www.pythonanywhere.com/forums/topic/5432/