This commit is contained in:
Andy McKay 2012-02-09 10:31:18 -08:00
Родитель b41903e59d
Коммит 96433687ea
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -1377,3 +1377,8 @@ IGNORE_NON_CRITICAL_CRONS = False
# Default file storage mechanism that holds media.
DEFAULT_FILE_STORAGE = 'amo.utils.LocalFileStorage'
# Defined in the site, this is to allow settings patch to work for tests.
NO_LOGIN_REQUIRED_MODULES = ()
NO_ADDONS_MODULES = ()
NO_CONSUMER_MODULES = ()