pip install --upgrade --force-reinstall Django
위 커맨드로 쉽게 해결할 수 있는 에러이다.
이후
makemigrations 을 진행하면 된다.
'Web > Django' 카테고리의 다른 글
Django: 'Data' object has no attribute 'save' (0) | 2020.11.14 |
---|---|
ValueError: Field 'id' expected a number but got '' (0) | 2020.11.14 |
파이콘 한국 2020 / Django ORM 최적화 세션 요약 (1) | 2020.09.26 |
Docker를 이용하여 Django와 Nginx 쉽게 연동하기 (0) | 2020.06.07 |
OperationalError: no such table: authtoken_token (1) | 2020.04.22 |