Open MajidHeydari opened 3 years ago
Unfortunately neomodel is not supported by DRF, i tried first time to use DRF but I couldn't, that's why I switched to Django directly without using Django rest framework. I hope I've responded on your question.
You can see django rest framework use to neomodel https://neo4j-examples.github.io/paradise-papers-django/
Can neomodel it be used as model Schema in django-ninja?
You can see django rest framework use to neomodel https://neo4j-examples.github.io/paradise-papers-django/
I tried to follow this tutorial last year before to moving directly to use neomodel with Django with no framework but it seems that they use a deprecated version of neomodel.
I intend to use DRF But I could not?