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
fbd95ce9
Kaydet (Commit)
fbd95ce9
authored
Eki 23, 2018
tarafından
za
Kaydeden (comit)
Carlton Gibson
Eki 23, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[2.1.x] Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.
Backport of
b0d716cb
from master
üst
54732e28
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
builtins.txt
docs/ref/templates/builtins.txt
+1
-1
settings.txt
docs/topics/settings.txt
+1
-1
No files found.
AUTHORS
Dosyayı görüntüle @
fbd95ce9
...
@@ -897,6 +897,6 @@ A big THANK YOU goes to:
...
@@ -897,6 +897,6 @@ 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://www.diveinto
python3.net
).
Mark Pilgrim for "Dive Into Python" (http://www.diveinto
.org/python3/
).
Guido van Rossum for creating Python.
Guido van Rossum for creating Python.
docs/intro/contributing.txt
Dosyayı görüntüle @
fbd95ce9
...
@@ -43,7 +43,7 @@ so that it can be of use to the widest audience.
...
@@ -43,7 +43,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://www.diveinto
python3.net
/
__ http://www.diveinto
.org/python3
/
__ irc://irc.freenode.net/django-dev
__ irc://irc.freenode.net/django-dev
What does this tutorial cover?
What does this tutorial cover?
...
@@ -333,7 +333,7 @@ This test checks that the ``make_toast()`` returns ``'toast'``.
...
@@ -333,7 +333,7 @@ This test checks that the ``make_toast()`` returns ``'toast'``.
* After reading those, if you want something a little meatier to sink
* After reading those, if you want something a little meatier to sink
your teeth into, there's always the Python :mod:`unittest` documentation.
your teeth into, there's always the Python :mod:`unittest` documentation.
__ http://www.diveinto
python3.net
/unit-testing.html
__ http://www.diveinto
.org/python3
/unit-testing.html
Running your new test
Running your new test
---------------------
---------------------
...
...
docs/intro/index.txt
Dosyayı görüntüle @
fbd95ce9
...
@@ -36,5 +36,5 @@ place: read this material to quickly get up and running.
...
@@ -36,5 +36,5 @@ place: read this material to quickly get up and running.
.. _python: https://python.org/
.. _python: https://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://www.diveinto
python3.net
/
.. _Dive Into Python: http://www.diveinto
.org/python3
/
.. _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 @
fbd95ce9
...
@@ -1604,7 +1604,7 @@ Example usage::
...
@@ -1604,7 +1604,7 @@ Example usage::
django-admin migrate --pythonpath='/home/djangoprojects/myproject'
django-admin migrate --pythonpath='/home/djangoprojects/myproject'
.. _import search path: http://www.diveinto
python3.net
/your-first-python-program.html#importsearchpath
.. _import search path: http://www.diveinto
.org/python3
/your-first-python-program.html#importsearchpath
.. django-admin-option:: --settings SETTINGS
.. django-admin-option:: --settings SETTINGS
...
...
docs/ref/templates/builtins.txt
Dosyayı görüntüle @
fbd95ce9
...
@@ -2092,7 +2092,7 @@ individual elements of the sequence.
...
@@ -2092,7 +2092,7 @@ individual elements of the sequence.
Returns a slice of the list.
Returns a slice of the list.
Uses the same syntax as Python's list slicing. See
Uses the same syntax as Python's list slicing. See
http://www.diveinto
python3.net
/native-datatypes.html#slicinglists
http://www.diveinto
.org/python3
/native-datatypes.html#slicinglists
for an introduction.
for an introduction.
Example::
Example::
...
...
docs/topics/settings.txt
Dosyayı görüntüle @
fbd95ce9
...
@@ -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://www.diveinto
python3.net
/your-first-python-program.html#importsearchpath
.. _import search path: http://www.diveinto
.org/python3
/your-first-python-program.html#importsearchpath
The ``django-admin`` utility
The ``django-admin`` 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