You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django REST framework
I'm working on registration page and for basic validation like if user already registered, password is complex or not etc .. for that I've created a separate file and and if all checks completed I am trying to redirect but from the secondary python file redirect and even render is not working it just simply return me the same registration page but when I use redirect on the same views.py file redirect is working. That is a weird behavior? Or I am doing something wrong?