I have created a django website which now I am looking to deploy through DigitalOcean, I have not uploaded it yet because I want to get a clear picture before actually starting. My questions are,
- How to I update the packages required for my website once I have deployed my website? Eg: I am using CKEditor 6. In future, when CKEditor 7 arrives how do I update the package so that my website uses the latest CKEditor without losing any data.
- DigitalOcean deployment works with and without git right? So should I skip git, because I really do not care about versioning my website. Simple update through FTP apps(WinSCP, Filezilla) will work for me.