I undestand that
 - Installed apps are identified by 'package name' for the purpose of
settings.INSTALLED_APPS, but are identifed by 'applabel' for the
purpose of `manage sqall`.
 - The appname is derived from the final dotted component of the
package name.

Doesn't this create an unecessary constraint - that you can't use 2
apps with the same final component in their package name?  (Well, at
least if you want to use the "manage sqlall" command.)   Or is there
some way to supply an alternative label for apps in INSTALLED_APPS?




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to