UNIQUE constraint failed

I am going through Tango with Django and I can't solve this excercise. I get django.db.utils.IntegrityError: UNIQUE constraint failed: rango_category.name error. This is after I try to implement vi...