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
8a5a002f
Kaydet (Commit)
8a5a002f
authored
Eki 01, 2015
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Made a couple tutorial corrections for Django 1.9.
üst
1515b6a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
tutorial01.txt
docs/intro/tutorial01.txt
+4
-2
No files found.
docs/intro/tutorial01.txt
Dosyayı görüntüle @
8a5a002f
...
...
@@ -227,6 +227,7 @@ That'll create a directory :file:`polls`, which is laid out like this::
polls/
__init__.py
admin.py
apps.py
migrations/
__init__.py
models.py
...
...
@@ -261,6 +262,7 @@ Your app directory should now look like::
polls/
__init__.py
admin.py
apps.py
migrations/
__init__.py
models.py
...
...
@@ -282,8 +284,8 @@ In the ``polls/urls.py`` file include the following code:
]
The next step is to point the root URLconf at the ``polls.urls`` module. In
``mysite/urls.py``
insert an :func:`~django.conf.urls.include`, leaving you
with
:
``mysite/urls.py``
, add an import for ``django.conf.urls.include`` and insert
an :func:`~django.conf.urls.include` in the ``urlpatterns`` list, so you have
:
.. snippet::
:filename: mysite/urls.py
...
...
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