Study/Django(멋쟁이사자처럼 7기 운영진)

django migrate가 되지 않을 때

안다희 2019. 5. 28. 15:47
728x90

https://stackoverflow.com/questions/36153748/django-1-9-makemigrations-no-changes-detected

 

Django 1.9 - makemigrations - No changes detected

I was trying to create migrations within an existing app using the makemigrations command but it outputs "No changes detected". Usually I create new apps using the startapp command but did not use...

stackoverflow.com

 

$ ./manage.py migrate <myapp>

이 코드를 실행해줘야 app안에 migrations 폴더 생긴다.

 

출처: https://mingos-habitat.tistory.com/34 [밍고의서식지:티스토리]