SihemBouhenniche / NeomodelAPI

REST API created by Django and Neo4j.
14 stars 4 forks source link

DRF #1

Open MajidHeydari opened 3 years ago

MajidHeydari commented 3 years ago

I intend to use DRF But I could not?

SihemBouhenniche commented 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.

MajidHeydari commented 3 years ago

You can see django rest framework use to neomodel https://neo4j-examples.github.io/paradise-papers-django/

MajidHeydari commented 3 years ago

Can neomodel it be used as model Schema in django-ninja?

SihemBouhenniche commented 3 years ago

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.