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 22:55:35 -0700 2008
commit  770f89363707b87bcb91775e8c97eb84f8bf857e
tree    0e2291a0762957193bb5b3fbedced5a488e7048d
parent  e28cbd15feaf7b86201019a6fe598bfb998b21ad
name age message
file README Tue Sep 02 21:34:44 -0700 2008 Initial commit [cjb]
file TODO Loading commit data...
file __init__.py
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>.