I've been using it in production for approaching 4 years and five projects so its certainly stable.
I picked it over Py2Neo as it works closer to how I code and closer to Django which I have used for those projects.
It does support multiple inheritan...
Yes, I have been using Django and Neo model together since 2016 in various production builds and start-ups. The first thing I would say is to avoid using form based CBVs as they do not work out of the box. I wrote my own wrapper to make a GraphListVi...