-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to django 1.11 #56
Comments
Hi @melvyniandrag, are you still interested in working on this? |
I am interested in porting this to django 1.11 |
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. |
hi, |
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.
The text was updated successfully, but these errors were encountered: