Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
755406f5
Kaydet (Commit)
755406f5
authored
Ara 29, 2016
tarafından
Adam Chainz
Kaydeden (comit)
Tim Graham
Ara 29, 2016
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.
üst
5cf48948
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
checklist.txt
docs/howto/deployment/checklist.txt
+2
-1
cache.txt
docs/topics/cache.txt
+2
-0
No files found.
docs/howto/deployment/checklist.txt
Dosyayı görüntüle @
755406f5
...
...
@@ -103,7 +103,8 @@ default server to return "444 No Response" on an unrecognized host:
-----------------
If you're using a cache, connection parameters may be different in development
and in production.
and in production. Django defaults to per-process :ref:`local-memory caching
<local-memory-caching>` which may not be desirable.
Cache servers often have weak authentication. Make sure they only accept
connections from your application servers.
...
...
docs/topics/cache.txt
Dosyayı görüntüle @
755406f5
...
...
@@ -302,6 +302,8 @@ above example, if your server runs as the user ``apache``, make sure the
directory ``/var/tmp/django_cache`` exists and is readable and writable by the
user ``apache``.
.. _local-memory-caching:
Local-memory caching
--------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment