You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 years ago | |
---|---|---|
auf | 8 years ago | |
debian | 8 years ago | |
.coveragerc | 10 years ago | |
.gitignore | 10 years ago | |
CHANGES | 10 years ago | |
MANIFEST.in | 10 years ago | |
README | 10 years ago | |
setup.py | 10 years ago | |
tox.ini | 10 years ago |
README
auf.django.secretquestions ========================== install ------- * pip install auf.django.secretquestions * include 'auf.django.secretquestions.urls' into patterns * add 'auf.django.secretquestions' to your INSTALLED_APPS * run syncdb --migrate use --- * add decorator to your view : secret_questions_required(ttl=None) configuration ------------- * SQ_SESSION_KEY : key for session * SQ_TOKEN_TTL : global TTL (if not set in the decorator) run tests --------- * (optional) create virtualenv environment * pip install tox * git clone http://git.auf.org/auf_django_secretquestions.git auf.django.secretquestions * cd auf.django.secretquestions * tox