Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django 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

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?

Custom User Models In Django: `no Such Table: Auth_user`

According to the answer to my previous question, I edited the django-registration module with the f… Read more Custom User Models In Django: `no Such Table: Auth_user`