Simple Cache
This commit is contained in:
parent
76b9f58f68
commit
213644d0af
1 changed files with 7 additions and 0 deletions
|
|
@ -122,6 +122,13 @@ DATABASES = {
|
|||
}
|
||||
}
|
||||
|
||||
CACHES = {
|
||||
"default": {
|
||||
"BACKEND": "django.core.cache.backends.locmem.LocMemCache",
|
||||
"LOCATION": "Master",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Password validation
|
||||
# https://docs.djangoproject.com/en/2.2/ref/settings/#auth-password-validators
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue