You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering whether it is possible to use Django's ContentType system with django-neomodel. Are all of the features available?
On a similar note, what if I need to create one relationship on a model that connects ModelA1 to eitherModelB1 or ModelC1 (ModelB1 and ModelC1 are from different labels)? I believe that is possible if I utilize Cypher, is it possible in django-neomodel?
The text was updated successfully, but these errors were encountered:
I was wondering whether it is possible to use Django's
ContentType
system withdjango-neomodel
. Are all of the features available?On a similar note, what if I need to create one relationship on a model that connects
ModelA1
to eitherModelB1
orModelC1
(ModelB1
andModelC1
are from different labels)? I believe that is possible if I utilize Cypher, is it possible indjango-neomodel
?The text was updated successfully, but these errors were encountered: