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