summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-08-02 23:46:51 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-08-02 23:46:51 -0400
commit8adeab4cff43f0fc8421b16e4d6c781e2743a202 (patch)
tree7de03ad54dae3dae47c5a61d72bd1ba72f3696dc
parent64485d159271d9afed0b1dedeaf755d0276163aa (diff)
downloadaskbot-8adeab4cff43f0fc8421b16e4d6c781e2743a202.tar.gz
askbot-8adeab4cff43f0fc8421b16e4d6c781e2743a202.tar.bz2
askbot-8adeab4cff43f0fc8421b16e4d6c781e2743a202.zip
removed captcha module from the sample settings.py
-rw-r--r--askbot/setup_templates/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/askbot/setup_templates/settings.py b/askbot/setup_templates/settings.py
index be4e538d..feb7a2a2 100644
--- a/askbot/setup_templates/settings.py
+++ b/askbot/setup_templates/settings.py
@@ -164,7 +164,6 @@ INSTALLED_APPS = (
'djcelery',
'djkombu',
'followit',
- 'captcha',#needs custom django-recaptcha https://github.com/ASKBOT/django-recaptcha
#'avatar',#experimental use git clone git://github.com/ericflo/django-avatar.git$
#requires setting of MEDIA_ROOT and MEDIA_URL
)