aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-25 21:56:48 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-25 21:56:48 +0800
commitc0a125cf62c09336cbb73ab7385bd9dd93ba4cd4 (patch)
tree0e660737992968ba4950414ebf541f020de9e0e0 /requirements.txt
parentfdca25093fc6ae361ffd903e5cc8a11d5cd724d0 (diff)
downloaddjango-skaschool-c0a125cf62c09336cbb73ab7385bd9dd93ba4cd4.tar.bz2
* installed 'django-recaptcha'
* added 'captcha' field to UserRegForm
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index f15cb71..f5fb4b4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,5 +2,6 @@ Django==1.6.2
MySQL-python==1.2.5
South==0.8.4
django-bootstrap3==4.2.0
+django-recaptcha==1.0
django-registration==1.0
wsgiref==0.1.2