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 Tue Sep 02 21:34:44 -0700 2008 Initial commit [cjb]
file TODO Wed Sep 03 00:18:01 -0700 2008 Implement "verified" checking in all views. [cjb]
file __init__.py Tue Sep 02 21:34:44 -0700 2008 Initial commit [cjb]
directory keys/ Sun Sep 14 22:55:35 -0700 2008 Add a file upload field. [Chris Ball]
file manage.py Tue Sep 02 21:34:44 -0700 2008 Initial commit [cjb]
file settings.py Sun Sep 14 22:55:35 -0700 2008 Add a file upload field. [Chris Ball]
file sshkeys.db Sun Sep 14 23:35:44 -0700 2008 Update index page. [Chris Ball]
directory templates/ Sun Sep 14 23:35:44 -0700 2008 Update index page. [Chris Ball]
file urls.py Sun Sep 14 23:35:44 -0700 2008 Update index page. [Chris Ball]
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>.