Hello, I am not using any of the ContentType relations, etc right now in my Django 2.12 Python 3.6 application, am I able to run the application without having django.contrib.contenttypes in the INSTALLED_APPS? Is there a piece I am not understanding that Django uses it for in the background?
I thought I had it working with it removed but I am getting: Model class django.contrib.contenttypes.models.ContentType doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS. I have nothing in the INSTALLED_APPS except my apps and: 'django.contrib.staticfiles', 'rest_framework', Was trying an attempt where I avoided migrating contenttypes into a legacy database. Best, JJ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5f21d61e-b2d1-41e9-8e07-b7a1821d68f9o%40googlegroups.com.