IT

django 장고 마이그레이션 후에 같은 마이그레이션 파일이 생기는 경우,

bepuri 2020. 12. 3. 11:45
728x90

stackoverflow.com/questions/46673936/django-migrations-same-migrations-being-created-with-makemigrations

 

Django Migrations: Same migrations being created with makemigrations

Django is creating the same migrations file repeatedly when calling: ./manage.py makemigrations The same migrations will be created in a new migrations file every time makemigrations is run regar...

stackoverflow.com

choices를 사용중이였는데, choices를 tuple로 선언안한 경우에 생기는 문제.

(())

이렇게 튜플로 선언해야되는데, 실수로 ({})로 선언해서 마이그레이션하고 나서도 같은 마이그레이션 파일이 생성되서 확인해보니 위의 문제였다.

728x90

'IT' 카테고리의 다른 글

gitbash prompt 스타일 설정.  (0) 2021.02.08
django n+1 문제 해결  (0) 2020.12.10
vscode vue eslint turn off of all files 전체 파일 끄는법  (0) 2020.12.01
django-multiselectfield post request  (0) 2020.12.01
html a4 사이즈로 인쇄.  (0) 2020.12.01