django-neomodel icon indicating copy to clipboard operation
django-neomodel copied to clipboard

DRF example with basic CRUD, serializer, viewset

Open brylie opened this issue 6 years ago • 2 comments

It would be useful to see an example of how to define a serializer, viewset, and perform basic CRUD on a neomodel. How well does neomodel work with Django REST Framework? Are there any 'gotchas' that new projects should be aware of when adopting neomodel and DRF?

brylie avatar Mar 02 '19 09:03 brylie

It works with viewsets.ViewSet

ghost avatar Jul 16 '19 01:07 ghost

Now that the first version of admin is created, user can perform basic CRUD on a neomodel through the admin (though a DRF example would be also good to have)

whatSocks avatar Jul 06 '21 14:07 whatSocks