psf / python-in-edu

website for educational python resources
http://education.python.org/
MIT License
41 stars 28 forks source link

Fix Dependency of the Project. #60

Open Mr-Sunglasses opened 1 year ago

Mr-Sunglasses commented 1 year ago

Most of the Dependencies mentioned in requirements.txt are deprecated, so it is tough for someone to set up the project. Also, Some Issues also depend on this problem.

Dependent Issues on this Issue ( This needs to be solved after it they can resolve ).

19

26

27

55

58

Mr-Sunglasses commented 1 year ago

@shaunagm @ewdurbin I need your help in this, I'm able to run the project on my local environment but Admin page and Some Features are not working in it.

ewdurbin commented 1 year ago

Hi @Mr-Sunglasses I am not a maintainer of this project, I only support its deployment to education.python.org it as part of the PSF Infrastructure.

shaunagm commented 1 year ago

@Mr-Sunglasses the trouble here is that the project is maintainerless. The original maintainer stopped working on it, and while I did set up the project, it was work for hire, and I had no intention of becoming a maintainer. I can't take this project on, nor do I have the time right now to mentor someone else to take the project on. However it is a pretty bog standard Django project, so you might have some luck getting mentorship from the Django community if you decide to tackle this anyway.

mwt commented 1 year ago

@shaunagm are there features that rely on the website being dynamic if we migrate the forum to discourse?

shaunagm commented 1 year ago

The original intention was for people to contribute resources dynamically. But if you don't mind making people add resources through github, or if the maintainer doesn't mind adding resources submitted on the forum manually, you could swap it to a static site pretty easily.