Neomodel's models are not recognized
See original GitHub issueNot sure whose issue this is, but I just wanted to put it out here because the integration isn’t working. Neomodel is the OGM driver for the Neo4j database, and its node structure types are not being recognized as models. Basically -
lib/python3.6/site-packages/graphene_django/types.py", line 51, in init_subclass_with_meta ).format(cls.name, model) AssertionError: You need to pass a valid Django Model
This happens when I try to pass a neomodel node as
Class Meta:
model = myneomodel
Any thoughts?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
django_neomodel fails to connect to a running database while ...
I know the database and neomodel are ok, because neomodel_install_labels models.py --db bolt://neo4j:password@localhost:7687 works perfectly and ...
Read more >Getting started — neomodel 4.0.8 documentation
After creating a model in Python, any constraints or indexes need must be applied to Neo4j and neomodel provides a script to automate...
Read more >Null connection from django_neomodel - Neo4j - 25318
Hi I am doing my best to use Django in the creation of this website to reduce the time taken in the production...
Read more >neomodel Documentation - Read the Docs
Neomodel uses relationship models to define the properties stored on ... property name should not begin with an underscore (_) character.
Read more >NEO MODELS NEO46091 1/43 1957 FORD FAIRLANE 500 ...
Find many great new & used options and get the best deals for NEO MODELS ... if you have not received your parcel...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I came across the same Exception when I try to inherit from a DjangoObjectType class, and not provide Meta class.
this way, B will not work, and need a Meta class.
I may check this later if I have time on this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.