Skip to content

ModuleNotFoundError: No module named 'models' #3

@norm-l

Description

@norm-l

If you attempt to run the code as-is you will face: ModuleNotFoundError: No module named 'models'.

In order to fix this you must go to serializers.py and change

from models import JobList

to

from .models import JobList

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions