beda-software/drf-writable-nested

Unresolved reference

aabanaag opened this issue · 3 comments

I followed the instructions, installed pip install drf-writable-nested but I can't see any clear instructions on how to properly use WritableNestedSerializer.

image

Here is a portion of my requirements.txt

Django==3.1.1
django-cors-headers==3.5.0
django-environ==0.4.5
django-filter==2.3.0
django-health-check==3.14.1
django-redis==4.12.1
djangorestframework==3.11.1
drf-extensions==0.6.0
drf-writable-nested==0.6.1

Hello @aabanaag! Make sure that your project and IDE use the right environment with installed requirements.

Sorry I'm confused, my setup IDE is Pycharm and configured my python interpreter as remote docker-compose config.

Did you manage to solve this issue? I have just come across it and can't resolve it.