Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 456 Bytes

README.rst

File metadata and controls

18 lines (14 loc) · 456 Bytes

Django Dad

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.

Quick start

  1. run pip install django-dad to download

  2. Add "django-dad" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'django-dad',
    ]
    
  3. Now go to your admin page and login, you should now see a new dad joke in the title area.