No idea why this error is popping up. Here are the models I created -
from django.db import models from django.contrib.auth.models import User class Shows(m
The direct solution is delete files under folder ../Project/App/migrations, and the method to avoid this problem is create new databaes table column instead of chagne the existing one.