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
eb9b56c5
Kaydet (Commit)
eb9b56c5
authored
Eki 20, 2017
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #28729 -- Replaced a numbered list with unordered list in TemplatesSetting docs.
üst
f6e17896
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
renderers.txt
docs/ref/forms/renderers.txt
+4
-4
No files found.
docs/ref/forms/renderers.txt
Dosyayı görüntüle @
eb9b56c5
...
@@ -85,11 +85,11 @@ templates based on what's configured in the :setting:`TEMPLATES` setting.
...
@@ -85,11 +85,11 @@ templates based on what's configured in the :setting:`TEMPLATES` setting.
Using this renderer along with the built-in widget templates requires either:
Using this renderer along with the built-in widget templates requires either:
#.
``'django.forms'`` in :setting:`INSTALLED_APPS` and at least one engine
*
``'django.forms'`` in :setting:`INSTALLED_APPS` and at least one engine
with :setting:`APP_DIRS=True <TEMPLATES-APP_DIRS>`.
with :setting:`APP_DIRS=True <TEMPLATES-APP_DIRS>`.
#.
Adding the built-in widgets templates directory in :setting:`DIRS
*
Adding the built-in widgets templates directory in :setting:`DIRS
<TEMPLATES-DIRS>` of one of your template engines. To generate that path::
<TEMPLATES-DIRS>` of one of your template engines. To generate that path::
import django
import django
django.__path__[0] + '/forms/templates' # or '/forms/jinja2'
django.__path__[0] + '/forms/templates' # or '/forms/jinja2'
...
...
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