skip to Main Content

Replacement in python package in Docker

GraphQL is still not supported in Django 4, so to use it I need to change the line: "from django.utils.encoding import force_text" to "from django.utils.encoding import force_str as force_text" in package "VENV/lib/PYTHON_VERSION/site-packages/graphene_django/utils/utils.py" The problem occurs when using Docker, how could…

VIEW QUESTION
Back To Top
Search