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?

Getting `django-registration` To Send You To The Page You Were Originally Trying To Visit

django.contrib.auth has an awesome feature: When you try to access a page that's decorated by l… Read more Getting `django-registration` To Send You To The Page You Were Originally Trying To Visit

Why Doesn't Work Registration User?

i can't registration of user work, just relog the page, someone can help me form.py class Regis… Read more Why Doesn't Work Registration User?

Django Extending User With Userprofile (error: User Has No Profile.)

someone can told me, why this code don't working? I'm trying to create a registration form … Read more Django Extending User With Userprofile (error: User Has No Profile.)