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