I'm trying to use formset to create connections between my Neo4j nodes.
These models have been constructed using the django-neomodel package. They
aren't related using foreign keys, but since this *isn't* an inline formset
that
shouldn't matter, right?
*models.py*
class Person(DjangoNode):
I'm trying to use formset to create connections between my Neo4j nodes.
These models have been constructed using the django-neomodel package. They
aren't related using foreign keys, but since this *isn't* an inline formset
that
shouldn't matter, right?
*models.py*
class Person(DjangoNode):
2 matches
Mail list logo