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

前端 未结 7 2392
渐次进展
渐次进展 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:29
    python manage.py flush 
    

    Did the trick. Brutal but effective. Warning! All your data in database will be lost. You will have to create superuser and so on...

    0 讨论(0)
提交回复
热议问题