Carl Gerlach
Carl Gerlach
hi duliba: You can try this way:  Then select file you want to debug: 
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...
ok,I will reivew the code ; alreay pull request
@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
Also me occur this question,I remeber the solution is make some migration first. I't may be python manage.py migrate users
open:user2/util.py change 'uid': urlsafe_base64_encode(force_bytes(user.pk)), to 'uid': str(urlsafe_base64_encode(force_bytes(user.pk)),encoding='ascii'),
If you want to solve this problem ,you can see my new pull request. Thanks
If don't have it,will raise reverse error in my environment.