A reproduction of Strawberry GraphQL namespaces in a Django project.
poetry install
poetry run manage.py runserver
Runs the Django server at http://localhost:8000/.
Runs the static type checks in files.
Lints and corrects errors in files.
Formats and corrects style errors in files.