Episode

How do I setup routing in Django?

Routing is a common web framework concept, where requests are "routed" to method or functions inside your application. Anthony Shaw (@anthonypjshaw) shows how to configure routing in Django, and discusses a couple of the more common scenarios.

Learn more:

Python