The Weblate Manual 2.5
{ 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', } } See also Avatar caching, Django’s cache framework [https://docs.djangoproject djangoproject.com/en/stable/topics/cache/] Avatar caching In addition to caching of Django, Weblate performs caching of avatars. It is recommended to use separate, file backed cache for this purpose: CACHES 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', }, 'avatar': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache'0 码力 | 215 页 | 996.63 KB | 1 年前3The Weblate Manual 2.6
{ 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', } } See also Avatar caching, Django’s cache framework [https://docs.djangoproject djangoproject.com/en/stable/topics/cache/] Avatar caching In addition to caching of Django, Weblate performs caching of avatars. It is recommended to use separate, file backed cache for this purpose: CACHES 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', }, 'avatar': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache'0 码力 | 235 页 | 1009.42 KB | 1 年前3The Weblate Manual 2.5
{ 'default': { 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', } } See also: Avatar caching, Django’s cache framework Avatar caching In addition to recommended to use separate, file backed cache for this purpose: CACHES = { 'default': { # Default caching backend setup, see above 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', }, 'avatar': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 'LOCATION': os.path.join(BASE_DIR, 'avatar-cache'), 'TIMEOUT': 604800, 'OPTIONS': { 'MAX_ENTRIES': 10000 码力 | 166 页 | 1.38 MB | 1 年前3The Weblate Manual 2.6
{ 'default': { 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', } } See also: Avatar caching, Django’s cache framework Avatar caching In addition to recommended to use separate, file backed cache for this purpose: CACHES = { 'default': { # Default caching backend setup, see above 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', }, 'avatar': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 'LOCATION': os.path.join(BASE_DIR, 'avatar-cache'), 'TIMEOUT': 604800, 'OPTIONS': { 'MAX_ENTRIES': 10000 码力 | 188 页 | 1.43 MB | 1 年前3The Weblate Manual 1.9
core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', } } See also Avatar caching, Django’s cache framework [https://docs.djangoproject.com/en/1.6/topics/cache/] Avatar to use separate, file backed cache for this purpose: CACHES = { 'default': { # Default caching backend setup, see above 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache' }, 'avatar': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 'LOCATION': os.path.join(WEB_ROOT, 'avatar-cache'), 'TIMEOUT': 604800, 'OPTIONS': {0 码力 | 124 页 | 407.36 KB | 1 年前3The Weblate Manual 2.9
{ 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', } } See also Avatar caching, Django’s cache framework [https://docs.djangoproject djangoproject.com/en/stable/topics/cache/] Avatar caching In addition to caching of Django, Weblate performs caching of avatars. It is recommended to use separate, file backed cache for this purpose: CACHES 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', }, 'avatar': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache'0 码力 | 265 页 | 1.10 MB | 1 年前3The Weblate Manual 2.7
{ 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', } } See also Avatar caching, Django’s cache framework [https://docs.djangoproject djangoproject.com/en/stable/topics/cache/] Avatar caching In addition to caching of Django, Weblate performs caching of avatars. It is recommended to use separate, file backed cache for this purpose: CACHES 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', }, 'avatar': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache'0 码力 | 242 页 | 1014.46 KB | 1 年前3The Weblate Manual 2.8
{ 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', } } See also Avatar caching, Django’s cache framework [https://docs.djangoproject djangoproject.com/en/stable/topics/cache/] Avatar caching In addition to caching of Django, Weblate performs caching of avatars. It is recommended to use separate, file backed cache for this purpose: CACHES 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', }, 'avatar': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache'0 码力 | 251 页 | 1.07 MB | 1 年前3The Weblate Manual 2.0
core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', } } See also Avatar caching, Django’s cache framework [https://docs.djangoproject.com/en/1.6/topics/cache/] Avatar to use separate, file backed cache for this purpose: CACHES = { 'default': { # Default caching backend setup, see above 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache' }, 'avatar': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', 'LOCATION': os.path.join(BASE_DIR, 'avatar-cache'), 'TIMEOUT': 604800, 'OPTIONS': {0 码力 | 143 页 | 461.20 KB | 1 年前3The Weblate Manual 1.9
{ ’default’: { ’BACKEND’: ’django.core.cache.backends.memcached.MemcachedCache’, ’LOCATION’: ’127.0.0.1:11211’, } } See also: Avatar caching, Django’s cache framework Avatar caching In addition to recommended to use separate, file backed cache for this purpose: CACHES = { ’default’: { # Default caching backend setup, see above ’BACKEND’: ’django.core.cache.backends.memcached.MemcachedCache’, ’LOCATION’: ’127.0.0.1:11211’, }, ’avatar’: { ’BACKEND’: ’django.core.cache.backends.filebased.FileBasedCache’, ’LOCATION’: os.path.join(WEB_ROOT, ’avatar-cache’), ’TIMEOUT’: 604800, ’OPTIONS’: { ’MAX_ENTRIES’: 10000 码力 | 93 页 | 611.20 KB | 1 年前3
共 302 条
- 1
- 2
- 3
- 4
- 5
- 6
- 31