Django Tutorial: Building and Securing Web Applications

Thank you. I just sent you an invitation to collaborate on my private GitHub repo.

Your tutorial is very high quality. Clear and easy to follow. Well done.

The tutorial you wrote is the main reason I’m looking at Auth0. I had seen a bunch of other tutorials for other solutions, but yours is the best.

At the moment, we’re looking at Django deployment for many sites as it’s very fast to get sites up quickly. We’re also using the same Auth0 login for one Discourse site as a test.

The one problem we’re having in our evaluation is that we were not able to reset the Auth0 password with the email link today. The email was never sent. It worked yesterday.

I want to get your Django tutorial site up on a public server along with an existing public Discourse server to demo Auth0 to my co-workers to get feedback. I can actually demo it right now, but it would be cool to also show the redirect from localhost:8000/admin/ to the Auth0 login when the user is not already logged in. It’s not completely required as I can direct them to localhost:8000/manage for the demo.