Django Routing - Learn Django by Coding

Hello Coders! This article presents the latest tutorial published in our official documentation: Django Routing Sample. The docs provide all necessary steps required by a Django project to implement three routes: a default route that shows a simple Hello World, a 2nd route that displays a random number at each page refresh, and the last route that shows a random image pulled from the internet. The source code can be downloaded from Github (MIT License) - Thanks for reading!

Django - Default Page

Topics Covered

The Django Routing docs cover a few useful topics for beginners:

Django Routing - A random image returned to the user.

Thanks for reading! - For more resources please access: