Skip to content

intelligent-bytes/django-pgpdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-pgpdb

Build Status

OpenPGP HKP: http://tools.ietf.org/html/draft-shaw-openpgp-hkp-00

Usage

urlpatterns = patterns('',
    # PGP Key Server
    url(r'^pks/', include('pgpdb.urls')),
)

Send PGP key by gpg

python manage.py runserver
gpg --keyserver hkp://localhost:8000 --send-keys 0123456789ABCDEX

Requirements

  • Django
  • django-bootstrap-form
  • pgpdump

See the requirements.txt

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.5%
  • HTML 8.5%