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
0315f010
Kaydet (Commit)
0315f010
authored
Nis 25, 2014
tarafından
Aymeric Augustin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed a confusing heading in applications docs.
Refs #22422.
üst
f65eb15a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
applications.txt
docs/ref/applications.txt
+5
-5
1.7.txt
docs/releases/1.7.txt
+1
-1
No files found.
docs/ref/applications.txt
Dosyayı görüntüle @
0315f010
...
...
@@ -307,10 +307,10 @@ Application registry
exists. Raises :exc:`~exceptions.ValueError` when called with a single
argument that doesn't contain exactly one dot.
.. _application
-loading-process
:
.. _application
s-troubleshooting
:
Application loading process
===============
============
Troubleshooting
===============
Django loads application configurations and models as soon as it starts. Here
are some common problems you may encounter:
...
...
@@ -343,8 +343,8 @@ are some common problems you may encounter:
results. The code will be executed when you first need its results. This
concept is known as "lazy evaluation".
* ``django.contrib.admin``
will now automatically perform autodiscovery of
``admin``
modules in installed applications. To prevent it, change your
* ``django.contrib.admin``
automatically performs autodiscovery of ``admin``
modules in installed applications. To prevent it, change your
:setting:`INSTALLED_APPS` to contain
``'django.contrib.admin.apps.SimpleAdminConfig'`` instead of
``'django.contrib.admin'``.
docs/releases/1.7.txt
Dosyayı görüntüle @
0315f010
...
...
@@ -877,7 +877,7 @@ Start-up sequence
Django 1.7 loads application configurations and models as soon as it starts.
While this behavior is more straightforward and is believed to be more robust,
regressions cannot be ruled out. See :ref:`application
-loading-process
` for
regressions cannot be ruled out. See :ref:`application
s-troubleshooting
` for
solutions to some problems you may encounter.
Standalone scripts
...
...
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