wagtail / guide

A website to teach Wagtail CMS to content editors, moderators and administrators.
https://guide.wagtail.org
BSD 3-Clause "New" or "Revised" License
32 stars 26 forks source link

Django programming task #4 #301

Closed activus-d closed 1 year ago

activus-d commented 1 year ago

Building upon Python programming task #3,

Create a Django route + view that automatically redirects to the homepage for versions that don’t exist.


This would help practice:

activus-d commented 1 year ago

Here is the solution to programming task #4