Skip to content

Tutorial Chapter 10 "Bug" #133

@sray

Description

@sray

In my environment there is no initial user created, when arriving at this passage in the tutorial (section 10 Django ORM (Querysets)):

What users do we have in our database? Try this:

>>> User.objects.all()
[<User: ola>]

I simply ran the following, to get a dummyuser to use:

>>> User.objects.create(username='myuser')

What about adding this command to the tutorial section?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions