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
c8d970a5
Kaydet (Commit)
c8d970a5
authored
Ock 10, 2016
tarafından
pp
Kaydeden (comit)
Tim Graham
Ock 11, 2016
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refs #25755 -- Unified a couple more spellings of 'website'.
üst
4a03e6f2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
13 deletions
+12
-13
debug.py
django/views/debug.py
+1
-1
windows.txt
docs/howto/windows.txt
+4
-4
git.txt
docs/internals/git.txt
+2
-2
team.txt
docs/internals/team.txt
+3
-4
settings.txt
docs/ref/settings.txt
+2
-2
No files found.
django/views/debug.py
Dosyayı görüntüle @
c8d970a5
...
@@ -882,7 +882,7 @@ Exception Type: {{ exception_type|escape }}{% if request %} at {{ request.path_i
...
@@ -882,7 +882,7 @@ Exception Type: {{ exception_type|escape }}{% if request %} at {{ request.path_i
Exception Value: {{ exception_value|force_escape }}
Exception Value: {{ exception_value|force_escape }}
</textarea>
</textarea>
<br><br>
<br><br>
<input type="submit" value="Share this traceback on a public
Web
site">
<input type="submit" value="Share this traceback on a public
web
site">
</div>
</div>
</form>
</form>
</div>
</div>
...
...
docs/howto/windows.txt
Dosyayı görüntüle @
c8d970a5
...
@@ -19,10 +19,10 @@ Install Python
...
@@ -19,10 +19,10 @@ Install Python
Django is a Python web framework, thus requiring Python to be installed on your
Django is a Python web framework, thus requiring Python to be installed on your
machine. At the time of writing, Python 3.5 is the latest version.
machine. At the time of writing, Python 3.5 is the latest version.
To install Python on your machine go to https://python.org/downloads/. The
Web
To install Python on your machine go to https://python.org/downloads/. The
site should offer you a download button for the latest Python version. Download
website should offer you a download button for the latest Python version.
the executable installer and run it. Check the box next to ``Add Python 3.5 to
Download the executable installer and run it. Check the box next to ``Add
PATH`` and then click ``Install Now``.
P
ython 3.5 to P
ATH`` and then click ``Install Now``.
After installation, open the command prompt and check that the Python version
After installation, open the command prompt and check that the Python version
matches the version you installed by executing::
matches the version you installed by executing::
...
...
docs/internals/git.txt
Dosyayı görüntüle @
c8d970a5
...
@@ -48,8 +48,8 @@ The Git repository includes several `branches`_:
...
@@ -48,8 +48,8 @@ The Git repository includes several `branches`_:
The Git repository also contains `tags`_. These are the exact revisions from
The Git repository also contains `tags`_. These are the exact revisions from
which packaged Django releases were produced, since version 1.0.
which packaged Django releases were produced, since version 1.0.
The source code for the `Djangoproject.com <https://www.djangoproject.com/>`_
web
The source code for the `Djangoproject.com <https://www.djangoproject.com/>`_
site can be found at `github.com/django/djangoproject.com
web
site can be found at `github.com/django/djangoproject.com
<https://github.com/django/djangoproject.com>`_.
<https://github.com/django/djangoproject.com>`_.
.. _Git: http://git-scm.com/
.. _Git: http://git-scm.com/
...
...
docs/internals/team.txt
Dosyayı görüntüle @
c8d970a5
...
@@ -39,10 +39,9 @@ Journal-World`_ of Lawrence, Kansas, USA.
...
@@ -39,10 +39,9 @@ Journal-World`_ of Lawrence, Kansas, USA.
`Wilson Miner`_
`Wilson Miner`_
Wilson's design-fu is what makes Django look so nice. He created the design
Wilson's design-fu is what makes Django look so nice. He created the design
that was used for nearly the first ten years on the Django Project Web
that was used for nearly the first ten years on the Django Project website,
site, as well as the current design for Django's acclaimed admin interface.
as well as the current design for Django's acclaimed admin interface. Wilson
Wilson was the designer for EveryBlock and Rdio_. He now designs for
was the designer for EveryBlock and Rdio_. He now designs for Facebook.
Facebook.
Wilson lives in San Francisco, USA.
Wilson lives in San Francisco, USA.
...
...
docs/ref/settings.txt
Dosyayı görüntüle @
c8d970a5
...
@@ -1564,8 +1564,8 @@ It serves two purposes:
...
@@ -1564,8 +1564,8 @@ It serves two purposes:
* If the locale middleware isn't in use, it decides which translation is served
* If the locale middleware isn't in use, it decides which translation is served
to all users.
to all users.
* If the locale middleware is active, it provides a fallback language in case the
* If the locale middleware is active, it provides a fallback language in case the
user's preferred language can't be determined or is not supported by the
Web
user's preferred language can't be determined or is not supported by the
site. It also provides the fallback translation when a translation for a
web
site. It also provides the fallback translation when a translation for a
given literal doesn't exist for the user's preferred language.
given literal doesn't exist for the user's preferred language.
See :ref:`how-django-discovers-language-preference` for more details.
See :ref:`how-django-discovers-language-preference` for more details.
...
...
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