Skip to content

Wagtail 自定义 User model 出现循环依赖错误 #428

Open
@twn39

Description

@twn39

解决方法:

  1. Delete the failing base.0001_initial migration
  2. Comment out the definition of class Home(Page): in your models.py
  3. Run python manage.py makemigrations
  4. Uncomment the definition of class Home(Page):
  5. Run python manage.py makemigrations again

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions