Unresolved reference
aabanaag opened this issue · 3 comments
aabanaag commented
I followed the instructions, installed pip install drf-writable-nested
but I can't see any clear instructions on how to properly use WritableNestedSerializer.
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
ruscoder commented
Hello @aabanaag! Make sure that your project and IDE use the right environment with installed requirements.
aabanaag commented
Sorry I'm confused, my setup IDE is Pycharm and configured my python interpreter as remote docker-compose config.
viginti23 commented
Did you manage to solve this issue? I have just come across it and can't resolve it.