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

How Can I Make Django-rest-framework-jwt Return Token On Registration?

I have a basic django rest service, which registers a person and updates his password. I want t… Read more How Can I Make Django-rest-framework-jwt Return Token On Registration?

Django 1.8+ Extending The User Model

I know this question has been asked hundreds of times, but most of them contain -accepted- answers … Read more Django 1.8+ Extending The User Model

How To Redirect People After They Register Using Django Registration

url(r'^register/$', RegistrationView.as_view(form_class=CustomRegistrationForm, … Read more How To Redirect People After They Register Using Django Registration