Django Dad is a simple Django app to add a dad joke to the admin home page. It uses https://icanhazdadjoke.com/ to get the jokes.
run
pip install django-dad
to downloadAdd "django-dad" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'django-dad', ]
Now go to your admin page and login, you should now see a new dad joke in the title area.