Re: Merge Project

2022-12-29 Thread David Nugent
"Anil Singh" writes: Hi Friends, I am merging tow one project to another project, also install app in settings.py, but i error : RuntimeError: Model class django.contrib.contenttypes.models.ContentType doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS. I s

Merge Project

2022-12-28 Thread Anil Singh
Hi Friends, I am merging tow one project to another project, also install app in settings.py, but i error : RuntimeError: Model class django.contrib.contenttypes.models.ContentType doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS. How can i fix this error Nee