public
Description: Django backend code for sshkeys.net
Homepage: http://sshkeys.net/
Clone URL: git://github.com/cjb/sshkeys.git
Chris Ball (author)
Sun Sep 14 23:35:44 -0700 2008
commit  b29888ce9cc8658ba3591bfbf79bd158241eda37
tree    ef60b1542c13de0f275de48c49978c163175f2ba
parent  770f89363707b87bcb91775e8c97eb84f8bf857e
name age message
file README Loading commit data...
file TODO
file __init__.py Tue Sep 02 21:34:44 -0700 2008 Initial commit [cjb]
directory keys/
file manage.py
file settings.py
file sshkeys.db
directory templates/
file urls.py
README
This is the backend Django code for http://sshkeys.net/.  All original
code is hereby licensed under the GNU AGPLv3.

Thanks to the Django authors, and James Tauber for django-email-verification
which I used snippets of code from for e-mail token verification.

-- Chris Ball <chris-sshkeys@printf.net>.