django.db.utils.IntegrityError: (1215, 'Cannot add foreign key constraint')
(1215, 'Cannot add foreign key constraint') 이 메시지가 이 케이스에서만 일어나는 상황은 아니기 때문에 메시지를 보고 적절히 대처하는 방법을 생각할 필요가 있다. 개요 django 프로젝트 스타일을 바꿔보려다가 발생한 상황이다. Exception Message Traceback (most recent call last): File "/Users/jako/github-src/django-hacksoft-style/venv/lib/python3.8/site-packages/django/db/backends/utils.py", line 84, in _execute return self.cursor.execute(sql, params) File "/Users/jako/githu..