Re: django 1.5.1 / cache middleware and ajax functionality not working
Forgot to add that our settings.py includes the following:
CACHE_BACKEND = 'memcached://unix:/path/to/memcached.sock'
CACHE_MIDDLEWARE_SECONDS = 14400
CACHE_MIDDLEWARE_KEY_PREFIX = ''
-- CACHE_BACKEND = 'memcached://unix:/path/to/memcached.sock'
CACHE_MIDDLEWARE_SECONDS = 14400
CACHE_MIDDLEWARE_KEY_PREFIX = ''
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6855fddc-f1a8-4345-aca8-077d66ec8b0d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home