mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-22 22:25:49 +00:00
8 lines
133 B
Python
8 lines
133 B
Python
|
|
from .test_settings import *
|
||
|
|
|
||
|
|
CACHES = {
|
||
|
|
'default': {
|
||
|
|
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'
|
||
|
|
}
|
||
|
|
}
|