Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages