Opened 15 years ago
Closed 15 years ago
#12335 closed (duplicate)
Namespaces for applications
Reported by: | Jani Tiainen | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | Keywords: | core namespaces config | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Django should allow application names to use namespacing using standard Python notation package.package.myapp
.
Currently requires application names to be unique within project INSTALLED_APPS settings and application name is only last part of complete package name.
Django even reserves very generic application names like "admin", "auth" and "sessions"
Note:
See TracTickets
for help on using tickets.
This is a proposal for a specific solution to the general problem already covered by the open ticket #3591.