도커 에러 - 1(ValueError)

hyuckhoon.ko·2020년 10월 4일
0

What I learned in first year

목록 보기
105/146

raise ValueError("Dependency on app with no migrations: %s" % key[0])
ValueError: Dependency on app with no migrations: authentication



해결책: python manage.py makemigrations 진행 필요



20.10.13(화) 한번 더 발생.

python manage.py makemigrations해도 안되니
아래와 같이 앱을 직접적으로 명시함(해결됨)

python manage.py makemigratioins core

0개의 댓글