TheEvilTopHat / django-dad

uses https://icanhazdadjoke.com/ and puts a random dad joke on the django admin page after logging in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

uses https://icanhazdadjoke.com/ and puts a random dad joke on the django admin page after logging in

License:MIT License


Languages

Language:Python 100.0%