django-axes/axes/test_settings_cache.py

10 lines
151 B
Python
Raw Normal View History

from .test_settings import *
AXES_CACHE = 'axes'
CACHES = {
'axes': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'
}
}