I\'m learning Django from Tango with Django but I keep getting this error when I type:
python manage.py makemigrations rango python manage.py migrate
What worked for me was going to the admin and changing the value of duplicate slug, before running the migrations again.