How to register inherited sub class in admin.py file in django?
问题 Project Name : fusion App Name : admin_lte Python 3.7 Django 2 MySql Question is "I want to register sub model in django admin-panel",when i write code for model registration in admin.py file that time occurred below error. django.core.exceptions.ImproperlyConfigured: The model Device is abstract, so it cannot be registered with admin. NOTE : I used multiple separated model file. device.py (Model File) from django.db import models class Device(models.Model): device_type = models.CharField(max