python manage.py makemigrations app_label

2020. 12. 29. 11:57파이썬/Django

class Schedule(models.Model) :

...

    class Meta:

        app_label = 'support'

 

 

class의 app_label 기준으로 마이그레이션을 함

'파이썬 > Django' 카테고리의 다른 글

관련 문의  (0) 2021.01.07
Django import export 참고자료  (0) 2021.01.06
Django admin custom filter  (0) 2020.12.30
migrate가 아무 작동을 하지 않는 경우  (0) 2020.12.29
No installed app with label 'App이름'.  (0) 2020.12.29