django.db.migrations.exceptions.InconsistentMigrationHistory: Migration admin.0001_initial is applied before its dependency accounts.0001_initial on database 'default'.
dq.slite3, 앱 밑에 있는 migrations 파일 삭제후
python manage.py makemigrations 앱이름
python manage.py migrate 앱이름
해결완료
'웹' 카테고리의 다른 글
[React 개발 기록장][2번째 이야기] 엘리먼트와 컴포넌트, antd 적용시키기 (0) | 2022.06.29 |
---|---|
[React 개발 기록장][1번째 이야기] 프로젝트 시작하기 (0) | 2022.06.29 |
[no such table: auth_user 오류 해결][장고] (0) | 2022.05.04 |
[장고 기본 개념 총정리][django] (0) | 2022.04.26 |
[TemplateDoesNotExists 에러][장고] (1) | 2022.04.17 |