mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
parent
f65eb15ac6
commit
0315f01087
2 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
.. _applications-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'``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue