Skip to content

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

License

Notifications You must be signed in to change notification settings

TheEvilTopHat/django-dad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages