2016년 9월 7일 수요일

음 오랜만에 다시 파이썬 예제를 하는데...

python manage.py makemigration blog

이런식으로 마이그레이션하려고 하는데

 "Migration %s in app %s has no Migration class" % (migration_name, app_config.label)
django.db.migrations.loader.BadMigrationError: Migration settings in app blog has no Migration class

이런 처음보는에러를 뱉는다

이럴땐 프로젝트 루트 폴더에서 해당 blog 폴더 밑의 migrations 폴더를 south_migration으로변경

mv migrations/ south_migrations/

해주면 잘된다.

대체 왜 south야? 

댓글 없음: