jjmontesl / cubesviewer

Explore and visualize analytical datasets
http://www.cubesviewer.com
Other
441 stars 112 forks source link

add default redirect to django auth that doesn't 404 #58

Closed devvmh closed 8 years ago

devvmh commented 8 years ago

Usually I start the app and go to http://example.com/cubesviewer, which redirects me to http://example.com/accounts/login/?next=/cubesviewer/. That's been great. But sometimes I go directly to http://example.com/accounts/login, and when I log in I get a 404 because I've been redirected to http://example.com/accounts/profile, which doesn't exist.

This fixes that. It's definitely been worth it for me because I've gotten that 404 page like 10 times! :D