sahildua2305 / hackIDE

hackIDE is an online code editor, compiler and interpreter based on Django, powered by HackerEarth API! Go, hack it!
http://hackide.herokuapp.com/
289 stars 123 forks source link

Port to django 1.11 #56

Open melvyniandrag opened 6 years ago

melvyniandrag commented 6 years ago

1.9 support ended in April, how about porting this app to 1.11? That has support out until (at least) 2020. I'm just looking for easy and interesting things to do to get a hacktoberfest tshirt... But this won't be easy I suspect. wsgiref still doesn't support 3.6 and MySQL-python doesn't work with python3 so far as I can tell. Would have to find a replacement for wsgiref and probably swap MySQL-python with something like PyMySQL.

sahildua2305 commented 6 years ago

Hi @melvyniandrag, are you still interested in working on this?

sroy8091 commented 6 years ago

I am interested in porting this to django 1.11

melvyniandrag commented 6 years ago

It seems to be working for me with only changing the requirements file. I'm not going to have any free time for the next few weeks because of work and holidays, @sroy8091 you can have it. Sorry! Thanks for accepting my PRs, you helped me score a cool Hacktoberfest tshirt.

sims34 commented 6 years ago

hi, How can i contribute ? the project still run ? Thk