mirror of
https://github.com/Hopiu/django.git
synced 2026-03-24 18:00:32 +00:00
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. |
||
|---|---|---|
| .. | ||
| eggs | ||
| other_templates | ||
| templates | ||
| templatetags | ||
| __init__.py | ||
| alternate_urls.py | ||
| filters.py | ||
| test_callables.py | ||
| test_context.py | ||
| test_custom.py | ||
| test_loaders.py | ||
| test_nodelist.py | ||
| test_parser.py | ||
| test_response.py | ||
| test_smartif.py | ||
| test_unicode.py | ||
| tests.py | ||
| urls.py | ||
| views.py | ||