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
f97c53c0
Kaydet (Commit)
f97c53c0
authored
Haz 10, 2014
tarafından
Maxime Turcotte
Kaydeden (comit)
Tim Graham
Haz 10, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #22801 -- Added 'www.' to diveintopython.net links
üst
93d05536
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
AUTHORS
AUTHORS
+1
-1
contributing.txt
docs/intro/contributing.txt
+2
-2
index.txt
docs/intro/index.txt
+1
-1
django-admin.txt
docs/ref/django-admin.txt
+1
-1
urls.txt
docs/topics/http/urls.txt
+1
-1
settings.txt
docs/topics/settings.txt
+1
-1
No files found.
AUTHORS
Dosyayı görüntüle @
f97c53c0
...
@@ -703,7 +703,7 @@ A big THANK YOU goes to:
...
@@ -703,7 +703,7 @@ A big THANK YOU goes to:
Ian Bicking for convincing Adrian to ditch code generation.
Ian Bicking for convincing Adrian to ditch code generation.
Mark Pilgrim for "Dive Into Python" (http://diveintopython.net,
Mark Pilgrim for "Dive Into Python" (http://
www.
diveintopython.net,
http://www.diveintopython3.net).
http://www.diveintopython3.net).
Guido van Rossum for creating Python.
Guido van Rossum for creating Python.
docs/intro/contributing.txt
Dosyayı görüntüle @
f97c53c0
...
@@ -37,7 +37,7 @@ so that it can be of use to the widest audience.
...
@@ -37,7 +37,7 @@ so that it can be of use to the widest audience.
to |django-developers| or drop by `#django-dev on irc.freenode.net`__ to
to |django-developers| or drop by `#django-dev on irc.freenode.net`__ to
chat with other Django users who might be able to help.
chat with other Django users who might be able to help.
__ http://diveintopython3.net/
__ http://
www.
diveintopython3.net/
__ irc://irc.freenode.net/django-dev
__ irc://irc.freenode.net/django-dev
What does this tutorial cover?
What does this tutorial cover?
...
@@ -288,7 +288,7 @@ correctly in a couple different situations.
...
@@ -288,7 +288,7 @@ correctly in a couple different situations.
your teeth into, there's always the `Python unittest documentation`__.
your teeth into, there's always the `Python unittest documentation`__.
__ https://code.djangoproject.com/ticket/17549
__ https://code.djangoproject.com/ticket/17549
__ http://diveintopython.net/unit_testing/index.html
__ http://
www.
diveintopython.net/unit_testing/index.html
__ http://docs.python.org/library/unittest.html
__ http://docs.python.org/library/unittest.html
Running your new test
Running your new test
...
...
docs/intro/index.txt
Dosyayı görüntüle @
f97c53c0
...
@@ -34,5 +34,5 @@ place: read this material to quickly get up and running.
...
@@ -34,5 +34,5 @@ place: read this material to quickly get up and running.
.. _python: http://python.org/
.. _python: http://python.org/
.. _list of Python resources for non-programmers: https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
.. _list of Python resources for non-programmers: https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
.. _Dive Into Python: http://diveintopython3.net/
.. _Dive Into Python: http://
www.
diveintopython3.net/
.. _books about Python: https://wiki.python.org/moin/PythonBooks
.. _books about Python: https://wiki.python.org/moin/PythonBooks
docs/ref/django-admin.txt
Dosyayı görüntüle @
f97c53c0
...
@@ -1528,7 +1528,7 @@ variable.
...
@@ -1528,7 +1528,7 @@ variable.
Note that this option is unnecessary in ``manage.py``, because it takes care of
Note that this option is unnecessary in ``manage.py``, because it takes care of
setting the Python path for you.
setting the Python path for you.
.. _import search path: http://diveintopython.net/getting_to_know_python/everything_is_an_object.html
.. _import search path: http://
www.
diveintopython.net/getting_to_know_python/everything_is_an_object.html
.. django-admin-option:: --settings
.. django-admin-option:: --settings
...
...
docs/topics/http/urls.txt
Dosyayı görüntüle @
f97c53c0
...
@@ -112,7 +112,7 @@ Example requests:
...
@@ -112,7 +112,7 @@ Example requests:
* ``/articles/2003/03/03/`` would match the final pattern. Django would call
* ``/articles/2003/03/03/`` would match the final pattern. Django would call
the function ``news.views.article_detail(request, '2003', '03', '03')``.
the function ``news.views.article_detail(request, '2003', '03', '03')``.
.. _Dive Into Python's explanation: http://diveintopython.net/regular_expressions/street_addresses.html#re.matching.2.3
.. _Dive Into Python's explanation: http://
www.
diveintopython.net/regular_expressions/street_addresses.html#re.matching.2.3
Named groups
Named groups
============
============
...
...
docs/topics/settings.txt
Dosyayı görüntüle @
f97c53c0
...
@@ -46,7 +46,7 @@ The value of ``DJANGO_SETTINGS_MODULE`` should be in Python path syntax, e.g.
...
@@ -46,7 +46,7 @@ The value of ``DJANGO_SETTINGS_MODULE`` should be in Python path syntax, e.g.
``mysite.settings``. Note that the settings module should be on the
``mysite.settings``. Note that the settings module should be on the
Python `import search path`_.
Python `import search path`_.
.. _import search path: http://diveintopython.net/getting_to_know_python/everything_is_an_object.html
.. _import search path: http://
www.
diveintopython.net/getting_to_know_python/everything_is_an_object.html
The django-admin.py utility
The django-admin.py utility
---------------------------
---------------------------
...
...
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