반응형
app '앱이름' doesn't provide model '테이블 이름 ' (abstractuser 사용했을시 에러 )
- migrations file 삭제
- SQLite3 삭제
- 그리고 다시 migrate 진행
반응형
'오류모음집 > 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 |
다른 파일에서 명시적으로 model 를 불러올때 에러 (0) | 2023.04.11 |
Django 를 안쓰고 python file compile 했을때 대처법 (0) | 2023.04.11 |