django-users2
django-users2 copied to clipboard
support django2.0?
Pull requests are welcome 😉
What changes do I need to make for django 2.0 compatibility?
I tried it on django 2.0,some function are not work well. when I use send mail when register,will cause template error about "users_acitve" cant't be reverse.
The url method may have changed in django 2.0.
code about it:
url(r'^activate/(?P
User activation logic is not built in .. its custom view for django-users2
So I don't understand why that would break for django 2.0
Please can you post the full traceback?
ok,I will reivew the code ; alreay pull request
Thanks for the package sir, i must say it's very helpful, but am having similar issue with my, the url is url(r'^activate/(?P
@ImafidonIsaac hi,you can see my "pull request" on this project. I already fix this bug.
@ImafidonIsaac If you want to solve this problem ,you can see my new pull request. Thanks