django-postgres-graphql-boilerplate icon indicating copy to clipboard operation
django-postgres-graphql-boilerplate copied to clipboard

CommandError: Werkzeug is required to use runserver_plus.

Open john1625b opened this issue 1 year ago • 0 comments

I ran all the previous commands: ./scripts/start-container # starts a local terminal for local development ./scripts/migrate ./scripts/seed # if you want to seed the database from fixtures

But ./scripts/start-app throws the error in the title.

I ran pip install Werkzeug to install. And for a second time to make sure and it said: Requirement already satisfied:

Any help appreciated, thanks

john1625b avatar May 29 '23 16:05 john1625b