Html – I was trying to create register page by using `UserCreationForm` but getting empty `QueryDict` from post method
I was trying to create register page by using UserCreationForm but getting empty QueryDict from post method when I print it on console. There is no errors. I did research on it but could not figure it out. this is…