Skip to content

Programming Error relation "todo_item" does not exist #61

@inquilabee

Description

@inquilabee

I did all the steps as described in https://realpython.com/django-development-with-docker-compose-and-machine/ and after running docker-compose run web /usr/local/bin/python manage.py migrate and going to 192.168.99.100 on my browser,

ProgrammingError at /

relation "todo_item" does not exist
LINE 1: ...todo_item"."text", "todo_item"."date_posted" FROM "todo_item.

docker-compose logs gives me the following

postgres_1 | 2019-06-23 19:44:45.120 UTC [36] STATEMENT: SELECT "todo_item"."id", "todo_item"."text", "todo_item"."date_posted" FROM "todo_item" LIMIT 21

Any idea where I might have gone wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions