mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-14 23:53:09 +00:00
Merge pull request #32 from JockeTF/allow_dummy_cache_backend
Adds DummyCache to VALID_CACHE_BACKENDS.
This commit is contained in:
commit
84baaa9d60
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ VALID_DATABASE_ENGINES = {
|
|||
|
||||
|
||||
VALID_CACHE_BACKENDS = {
|
||||
'django.core.cache.backends.dummy.DummyCache',
|
||||
'django.core.cache.backends.locmem.LocMemCache',
|
||||
'django.core.cache.backends.filebased.FileBasedCache',
|
||||
'django_redis.cache.RedisCache',
|
||||
|
|
|
|||
Loading…
Reference in a new issue