1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed a confusing heading in applications docs.

Refs #22422.
This commit is contained in:
Aymeric Augustin
2014-04-25 17:39:49 +02:00
parent f65eb15ac6
commit 0315f01087
2 changed files with 6 additions and 6 deletions

View File

@@ -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:`applications-troubleshooting` for
solutions to some problems you may encounter.
Standalone scripts