Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

Django Redirects (Overview)

When you build web applications in Python using the Django framework, you’ll likely need to redirect the user from one URL to another. This course covers what you need to know about redirecting in Django. All the way from the low-level details of the HTTP protocol to the high-level way of dealing with them in Django.

By the end of this course, you’ll learn:

  • How HTTP Redirects work
  • The difference between temporary and permanent redirects
  • How to use query strings with a redirect
  • How to avoid common problems
Download

Sample Code (.zip)

30.3 KB
Download

Course Slides (.pdf)

3.3 MB

Become a Member to join the conversation.