What is the best way to edit python packages for Django? I am aware it is advisable not to edit the site packages as those changes are overwritten by install from requirements.txt. And also that I use template resolution to make template changes. What is the best way to edit python packages fo