Kaydet (Commit) 9d6914da authored tarafından Nik Nyby's avatar Nik Nyby Kaydeden (comit) Tim Graham

Added missing comma in LocMemCache example.

üst 8a1824d4
......@@ -301,7 +301,7 @@ example::
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
'LOCATION': 'unique-snowflake'
'LOCATION': 'unique-snowflake',
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment