I\'ve changed my models an then I tried to migrate them, but got this error:
python manage.py migrate Operations to perform: Apply all migrations: admin, conte
Just found the solution! I deleted all my migrations with 0001_initial, and then run makemigrations and migrate and all the changes apllied!
0001_initial
makemigrations
migrate