django.db.migrations.exceptions.NodeNotFoundError

前端 未结 5 1982
无人共我
无人共我 2020-12-07 01:00

When i run makemigrations command, i got this error:

Traceback (most recent call last):
 ...
django.db.migrations.exceptions.NodeNotFoundError:          


        
5条回答
  •  失恋的感觉
    2020-12-07 01:25

    Delete the file product.0002_auto_20160618_1143 migration file.
    and again run the following commands:

    1.python manage.py makemigrations.
    2.python manage.py migrate.

提交回复
热议问题