简体   繁体   中英

How do I make changes on a live Django website?

I have a live Django website I need to make changes on and I want to know what's the best / most correct way of updating the code of the website, I have access to the remote server and access to the git.

Thanks in advance!!!

I would recommend that you keep an updated git repository of your project on GitHub and commit to it often.

Then, when you are ready to publish your changes, pull your git repository down to your remote server. GitHub also allows you to keep a private repository for free now so no need to worry about confidentiality.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM