Opened 17 years ago
Closed 17 years ago
#6885 closed (duplicate)
app_label not documented
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Today I stumbled across the existence of Meta.app_label in this posting: http://www.pointy-stick.com/blog/2007/11/14/django-tips-source-code-filenames/ .
And I looked in the documentation, but it is not yet documented. Just one reference in the section about Meta.db_label.
Sadly, I am not firm enough with Django to document it on my own. But may be someone with deeper knowledge can do that. I think it is worth mentioning, cause I think it is essential when building larg Django webapps and don't want to create artificial apps to seperate code.
This will be properly solved with the new
app()
directive. See #3591.