Skip to content

Creating example tables fails #2260

@henhuy

Description

@henhuy

Description of the issue

Creating example tables fails due to legacy attribute "is_staff" in login_myuser table.
Afterwards creation of wind example table fails as well (even with quick user fix)

Steps to Reproduce

  1. Run python manage.py create_example_tables

Ideas of solution

Remove attribute "is_staff" from user generation here:

name="test", defaults={"email": "test@mail.com", "is_staff": True}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions