the get_containing_appconfig(self, object_name) of registry does not find
the app_config, because the object name does not start with the appname.
consequently, an exception is raised indicating that the model is not in
an application in INSTALLED_APPS which is incorrect
--
Ticket URL: <https://code.djangoproject.com/ticket/34725>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => needsinfo
Comment:
Hello,
Could you please provide a sample test app that showcases the exception?
We would need concrete instructions on how to reproduce the issue.
At first, with the provided details, this seems to be a configuration
issue in your project, so you could also seek for help using any of the
user support channels from [https://docs.djangoproject.com/en/dev/faq/help
/#how-do-i-do-x-why-doesn-t-y-work-where-can-i-go-to-get-help this link].
--
Ticket URL: <https://code.djangoproject.com/ticket/34725#comment:1>