How to be redirect after login with Python/Django?

Hello there!

I just started our tests with Auth0, but we got sucked with an small problem. User got logged in, but does not get redirect from Success Login page back to our website.

We did try python sample app from Auth0 Github, and also with an completely new Django app just to try Auth0.

No success. When inspect on console, we got that user logged in successfully, but never get redirect back to our application. How can we accomplish this? Thanks for any help! ![alt text][1]