#13323: Load app by full name, not only label ---------------------------+------------------------------------------------ Reporter: chtito | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.1 Keywords: | Stage: Unreviewed Has_patch: 1 | ---------------------------+------------------------------------------------ It might be desirable to load apps not only by label, but also by full name. For instance, one could allow to type: `manage.py reset django.contrib.admin`. Currently this leads to an error.
Is it possible to have two apps with the same "labels", i.e., two apps with the same end names, like `core.admin` and `management.admin`? More generally it would make sense to only mention apps by full path, i.e., `django.contrib.admin` instead of `admin`... In the mean time, here is a patch to allow the management commands to work with the full path. -- Ticket URL: <http://code.djangoproject.com/ticket/13323> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.