mirror of
https://github.com/Hopiu/django.git
synced 2026-03-29 20:30:24 +00:00
Also document the conditions under which a namespace package may or may not be a Django app, and raise a clearer error message in those cases where it may not be. Thanks Aymeric for review and consultation. |
||
|---|---|---|
| .. | ||
| default_config_app | ||
| namespace_package_base/nsapp | ||
| namespace_package_other_base/nsapp | ||
| __init__.py | ||
| apps.py | ||
| models.py | ||
| tests.py | ||