differentiate the app-preview server (bug 698487)

This commit is contained in:
Andy McKay 2011-11-01 11:29:32 -07:00
Родитель 0956da0f96
Коммит e50e8ee671
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1275,6 +1275,10 @@ PJAX_SELECTOR = '#page'
# Testing responsiveness without rate limits.
CELERY_DISABLE_RATE_LIMITS = True
# Temporary variables for the app-preview server, set this to True
# if you want to experience app-preview.mozilla.org.
APP_PREVIEW = False
# Specific view modules and methods that we don't want to force login on.
NO_LOGIN_REQUIRED_MODULES = (
'django.views.i18n.javascript_catalog',