Hi everyone!

My name is Vatsala Swaroop and I am a final year undergraduate studying Electronics and Communication Engineering in National Institute of Technology Nagpur. 

I went through the ideas list and "Development Project Management System" really sparked my interest! I have a decent background in Python and have extensively worked on multiple Django projects. I also have a good amount of experience in handling Project Management Systems.

I went through the related material provided in the Project description. I have cloned and installed all the requirements required for the project. However, I am getting a particular error when I tried to open the site on my localhost:

"TypeError at /en/admin/login/
object.__new__(X): X is not a type object (WSGIRequest)"

I explored the traceback and saw that the error stemmed from "debug_design/template.py" in the following lines:
44. obj = super(Themer, cls).__new__(request, *args, **kwargs) 

Can you please tell me what should I do about it?

Also, I saw the two patches rule on the page. Are there any specific patches/tasks that I could solve so as to get a better understanding of the website? 

Thank you for taking out the time to read this.

Best Regards,
Vatsala