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.