Skip to content

Neomodel objects + REST framework #150

Closed
@ptchankue

Description

@ptchankue

Hi there!
I would like to use neomodel to perform REST operations on a neo4j db.
From the documentation I can create a model and save nodes in the database.

I tried to get all the nodes by doing a normal django get all: persons = Person.objects.all(), but neomodel doesn't support objects. This makes it difficult to write a serializer that will feed a REST framework.

Do you have a solution for this issue?

Regards,
Patrick

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions