mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Made the AppConfig API marginally more consistent.
Eliminated the app_ prefix that was more confusing than useful.
This commit is contained in:
parent
fec5330c79
commit
ce1bc2c94b
6 changed files with 15 additions and 12 deletions
|
@ -141,7 +141,7 @@ Read-only attributes
|
|||
It may be ``None`` if the application isn't stored in a directory, for
|
||||
instance if it's loaded from an egg.
|
||||
|
||||
.. attribute:: AppConfig.app_module
|
||||
.. attribute:: AppConfig.module
|
||||
|
||||
Root module for the application, e.g. ``<module 'django.contrib.admin' from
|
||||
'django/contrib/admin/__init__.pyc'>``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue