Hello all,
I have been assigned with updating a Django project that was last developed in 2012 to the latest version, fixing bugs, and security issues, and updating deprecated code to match the latest version.
Couple of questions I couldn't answer myself:
1) How can I check which version this application was built on?
2) I don't see a "manage.py" file anywhere, how can get that file? I need it to run the application on a local server at least.
3) How do I go about and actually "update" all the deprecated code?
4) Would you guys recommend that we start writing it again from scratch?
I have 4 weeks to do that, so time plays a crucial role here..
Thanks!