sqlite3.OperationalError: no such column: user_customuser.fullname
My django app is throwing this error on trying to use the createsuperuser command even after deleting the db file and syncing again:
My django app is throwing this error on trying to use the createsuperuser command even after deleting the db file and syncing again: