Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django 2.0

Django 2, Python 3.4 Cannot Decode Urlsafe_base64_decode(uidb64)

i am trying to activate a user by email, email works, encoding works, i used an approach from djan… Read more Django 2, Python 3.4 Cannot Decode Urlsafe_base64_decode(uidb64)

Python Django 2 Email Verification On User Signup

I'm working on a project using Python(3.6) and Django(2.0) in which I need to verify the user&#… Read more Python Django 2 Email Verification On User Signup

Multiple Parameters Url Pattern Django 2.0

I want to pass two parameters in my url pattern but i am getting error no-reverse match i.e 'pr… Read more Multiple Parameters Url Pattern Django 2.0