django.db.utils.IntegrityError: (1062, “Duplicate entry ” for key ‘slug'”)
I’m trying to follow the tangowithdjango book and must add a slug to update the category table. However I’m getting an error after trying to migrate the databases.
I’m trying to follow the tangowithdjango book and must add a slug to update the category table. However I’m getting an error after trying to migrate the databases.
As the title says, I can’t seem to get migrations working.