Closed LaundroMat closed 6 years ago
Sorry, I didn't realise I was stepping into a full Django 2.0 upgrade here. I'll try and work on it some more before issuing a PR.
Hi, I'm also looking into django 2.0 support, any progress so far since your pr?
No, sorry. I didn't find the time.
Hi @philmaweb , I've found some to work on this and have created a PR for Django 2.0 and higher. It is no longer backwards-compatible however.
After installing and running the server, a TypeError error is raised in
"lazysignup\models.py", line 81, in LazyUser
LazyUser.user needs the on_delete argument which I've added.