Carl Gerlach

Results 35 comments of Carl Gerlach

hi duliba: You can try this way: ![image](https://user-images.githubusercontent.com/13235080/150549452-f291f582-42b8-4d74-a2c2-aee968f9d84b.png) Then select file you want to debug: ![image](https://user-images.githubusercontent.com/13235080/150549574-f5080029-3ec3-402e-ab89-b0a8f9a877c1.png)

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.