Manage.py issue

hello :slight_smile:

i have a problem anytime i execute a command starts with ./manage.py
i get the error

restkit.errors.RequestError: socket.error: [Errno 111] Connection refused

i believe that there's a problem with the couchdb but i'm not sure

please help

thanks

the issue was docker not running in the background :smiley:

i ran the command

$ ./scripts/docker up -d postgres couch redis elasticsearch kafka

and it worked just perfect