Disable stopforumspam in stg since it breaks the application.
This commit is contained in:
parent
c2f3896a73
commit
807301412a
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ MIDDLEWARE_CLASSES = (
|
||||||
'askbot.middleware.view_log.ViewLogMiddleware',
|
'askbot.middleware.view_log.ViewLogMiddleware',
|
||||||
'askbot.middleware.spaceless.SpacelessMiddleware',
|
'askbot.middleware.spaceless.SpacelessMiddleware',
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
'stopforumspam.middleware.StopForumSpamMiddleware',
|
# 'stopforumspam.middleware.StopForumSpamMiddleware',
|
||||||
{% endif %}
|
{% endif %}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -199,7 +199,7 @@ INSTALLED_APPS = (
|
||||||
#'avatar',#experimental use git clone git://github.com/ericflo/django-avatar.git$
|
#'avatar',#experimental use git clone git://github.com/ericflo/django-avatar.git$
|
||||||
'post_office',
|
'post_office',
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
'stopforumspam',
|
# 'stopforumspam',
|
||||||
{% endif %}
|
{% endif %}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue