Hello!
I have a situation, I'm making some changes on the database on my project but when I try to manage.py makemigration or migrate it says: Unknown command: 'makemigration', and if I try just to syncdb it says: django.db.utils.OperationalError: no such column: django_content_type.name.
I will appreciate some help with this.