Mitko Masarliev
Mitko Masarliev
Thanks for the fast replay. I am still getting the same error. Later today or tomorrow I can provide simple application
https://github.com/graphql-python/graphql-ws/issues/8 I have the same problem as here
https://github.com/masarliev/subs-example @eamigo86 here is the example project
for this I was using docker python:3.6 image and install all required packages from requirements.txt I found that using `python setup.py install` from master branch works like charm
@auvipy celery 5.2.7 requireds billiard
any resolution on this issue?
> Hello @masarliev , try with `.` e.g. > > ``` > models.ManyToManyField( > to='.', > ... > ``` not working. for now I changed all relations to field: models.ManyToManyField...