mirror of https://github.com/django/django.git
Docs correction: apps loaded from eggs do not have appconfig.path None.
This commit is contained in:
parent
966b186981
commit
8bc3780b67
|
@ -171,8 +171,7 @@ Configurable attributes
|
||||||
required; for instance if the app package is a `namespace package`_ with
|
required; for instance if the app package is a `namespace package`_ with
|
||||||
multiple paths.
|
multiple paths.
|
||||||
|
|
||||||
It may be ``None`` if the application isn't stored in a directory, for
|
It may be ``None`` if the application isn't stored in a directory.
|
||||||
instance if it's loaded from an egg.
|
|
||||||
|
|
||||||
Read-only attributes
|
Read-only attributes
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Reference in New Issue