mirror of
https://github.com/jazzband/django-axes.git
synced 2026-04-12 03:00:59 +00:00
7 lines
133 B
Python
7 lines
133 B
Python
from .test_settings import *
|
|
|
|
CACHES = {
|
|
'default': {
|
|
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'
|
|
}
|
|
}
|