django-keybase-verification 0.4

For each site, you will be able to create an record containing the verification information required by Keybase Quick start ———– * Install the package with `pip install django-keybase-verification` * Add “keybase_verification” and “django.contrib.sites” to your INSTALLED_APPS setting like this: “`python INSTALLED_APPS = [ … ‘django.contrib.sites’, ‘keybase_verification’, ] “` * Include the polls URLs in your project urls.py like this:: “`python from keybase_verification.views import KeybaseVerificationView urlpatterns = [ … url ), url ), ] “` * Run `python manage.py migrate` to create the polls models.