django-neomodel
django-neomodel copied to clipboard
DRF example with basic CRUD, serializer, viewset
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?
It works with viewsets.ViewSet
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)