Failed to redirect to create_thing page after registration


#1

once registered, it just shows registration complete, but bot redirected to create_thing page.

I tried adjust code in backends.py and still could not get it working.

the registration-redux is 1.4 version.

Thanks for any help to get it figured out.


#2

I just change the redux version from 1.3 to 1.4 and it works now.

May I ask how to fix it in redux 1.4?
thanks,


#3

Can you clarify if it’s working with 1.3 or 1.4?


#4

it works in 1.3, not 1.4. I even adjusted the code based on 1.4 format or from soneone’s comment.

Thx.


#5

Sorry — Hello Web App is only written for redux v1.3. :) It probably could be updated with a little googling.


#6

may be it is about the “backends.py” problem,I use django-registration-redux (1.4),and meet this problem, after I changed the code in backends.py, the 1.4 can work well see the link here