Forums

How to make changes to the website I launched ?

Website in Django

Hello, I'm sorry for asking such noob question but assume a scenario. I have a site running up. Now I thought to change layout and css a bit. So, what can I do to get the whole code to my local environment, make changes to it and again publish it. I know a method which I don't think is optimal. What is the best way to do this ? Basically I want to know about website maintenance. Assume that I am keeping the code create and have upload it to github and uploaded a zip. Also assume I don't have the code on local machine. Help me please. Also, let me know if there's something you want more clarity on.

We have a nice tutorial for git push deployments here: https://blog.pythonanywhere.com/87/ Start there and see how you get on.