• Carl Meyer's avatar
    Fixed #21874 -- Require Django applications to have a filesystem path. · 88a2d391
    Carl Meyer yazdı
    Wherever possible this filesystem path is derived automatically from the app
    module's ``__path__`` and ``__file__`` attributes (this avoids any
    backwards-compatibility problems).
    
    AppConfig allows specifying an app's filesystem location explicitly, which
    overrides all autodetection based on ``__path__`` and ``__file__``. This
    permits Django to support any type of module as an app (namespace packages,
    fake modules, modules loaded by other hypothetical non-filesystem module
    loaders), as long as the app is configured with an explicit filesystem path.
    
    Thanks Aymeric for review and discussion.
    88a2d391
Adı
Son kayıt (commit)
Son güncelleme
..
_ext Loading commit data...
_theme/djangodocs Loading commit data...
faq Loading commit data...
howto Loading commit data...
internals Loading commit data...
intro Loading commit data...
man Loading commit data...
misc Loading commit data...
ref Loading commit data...
releases Loading commit data...
topics Loading commit data...
Makefile Loading commit data...
README Loading commit data...
conf.py Loading commit data...
contents.txt Loading commit data...
glossary.txt Loading commit data...
index.txt Loading commit data...
make.bat Loading commit data...