projets
/
auf-django-sdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ajout d'exemple de configurations
[auf-django-sdk.git]
/
configurations
/
django_auf_admin
/
memcached
/
settings
/
10-memcached.py
1
CACHES
= {
2
'default'
: {
3
'BACKEND'
:
'django.core.cache.backends.memcached.MemcachedCache'
,
4
'LOCATION'
:
'127.0.0.1:11211'
,
5
}
6
}
7