django.db.utils.IntegrityError: UNIQUE constraint failed: rango_category__new.slug

前端 未结 7 2395
渐次进展
渐次进展 2020-12-01 05:47

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
         


        
7条回答
  •  南方客
    南方客 (楼主)
    2020-12-01 06:22

    Just delete the last migration in the migration folder

    Then run

    python manage.py makemigrations 
    python manage.py migrate
    

提交回复
热议问题