diff --git a/SUMMARY.md b/SUMMARY.md index ac9323cbcb8..612133adbb6 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1 +1,26 @@ -# Summary +# Özet + +* [Giriş](README.md) +* [Kurulum](installation/README.md) +* [İnternet nasıl çalışır](how_the_internet_works/README.md) +* [Komut satırına giriş](intro_to_command_line/README.md) +* [Python kurulumu](python_installation/README.md) +* [Kod editörü](code_editor/README.md) +* [Python'a giriş](python_introduction/README.md) +* [Django nedir?](django/README.md) +* [Django kurulumu](django_installation/README.md) +* [İlk Django projen!](django_start_project/README.md) +* [Django modelleri](django_models/README.md) +* [Django admin](django_admin/README.md) +* [Yayına alın!](deploy/README.md) +* [Django url'leri](django_urls/README.md) +* [Django views - yaratma zamanı geldi!](django_views/README.md) +* [HTML'ye giriş](html/README.md) +* [Django ORM ve QuerySets (Sorgu Setleri)](django_orm/README.md) +* [Template içerisinde dinamik veri](dynamic_data_in_templates/README.md) +* [Django template](django_templates/README.md) +* [CSS - sayfanı güzelleştir](css/README.md) +* [Template genişletmek](template_extending/README.md) +* [Uygulamanı genişlet](extend_your_application/README.md) +* [Django formları](django_forms/README.md) +* [Sırada ne var?](whats_next/README.md) diff --git a/tr/extend_your_application/images/attribute_error2.png b/tr/extend_your_application/images/attribute_error2.png index 6edcd9933c3..05296adf4a5 100644 Binary files a/tr/extend_your_application/images/attribute_error2.png and b/tr/extend_your_application/images/attribute_error2.png differ diff --git a/tr/python_installation/images/python-installation-options.png b/tr/python_installation/images/python-installation-options.png new file mode 100644 index 00000000000..4cb886349a1 Binary files /dev/null and b/tr/python_installation/images/python-installation-options.png differ diff --git a/tr/python_installation/images/windows-plus-r.png b/tr/python_installation/images/windows-plus-r.png new file mode 100644 index 00000000000..d99a4d1ac20 Binary files /dev/null and b/tr/python_installation/images/windows-plus-r.png differ