Forums

Update my app to Django 4.0

I’ve got an app in pythonanywhere which is active and in function. I want two things: 1) To make a security copy of all files, including database in my local pc or in a new GitHub account. 2) Update my app for using Django 4.0 because a new feature solve a big problem for me and now is available with Django 4.0

Please, I’m not an expert and I will need step by step information for these two questions.

Thanks in advance.

  1. When you create a repository on github, there are instructions there about how to get your code into the newly created github repository.
  2. The best place to learn about that is going to be the django documentation. In particular, the release notes will describe the differences to the earlier versions so you can work through your code to convert it to Django 4.