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

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

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