반응형
Model class django.contrib.contenttypes.models.ContentType doesn't declare an explicit app_label
이 에러가 아닌데 비슷함 DB값만 바꾸면 똑같은 에러임
1. 발생 경위
django model 에서 ORM 값을 명시적으로 app_label 를 설정을 안해줬음 에러속에 해답이 있음
2. 해결 방안
ORM Meta class 에 app_label 를 명시적으로 선언해줄것
반응형
'오류모음집 > django' 카테고리의 다른 글
ValueError at /page/logout/ (0) | 2023.04.11 |
---|---|
django.db.utils.OperationalError: (1050, "Table” already exists") (0) | 2023.04.11 |
getattr(): attribute name must be string (0) | 2023.04.11 |
ValueError: The field admin.LogEntry.user was declared with a lazy reference to '앱이름.테이블이름' (0) | 2023.04.11 |
Django 를 안쓰고 python file compile 했을때 대처법 (0) | 2023.04.11 |