Metadata-Version: 1.1
Name: django-dad
Version: 0.1.2
Summary: A simple Django app to add dad jokes to the admin page.
Home-page: https://github.com/TheEvilTopHat/django-dad
Author: Joshua Ralls
Author-email: UNKNOWN
License: MIT License
Description: ==========
        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. Add "django-dad" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'django-dad',
            ]
        
        2. Now go to your admin page and login, you should now see a new dad joke in the title area.
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
