Added missing comma in LocMemCache example.
This commit is contained in:
parent
8a1824d465
commit
9d6914da66
|
@ -301,7 +301,7 @@ example::
|
|||
CACHES = {
|
||||
'default': {
|
||||
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
|
||||
'LOCATION': 'unique-snowflake'
|
||||
'LOCATION': 'unique-snowflake',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue