Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-19-2021 10:40 PM
I haven't changed anything db-related in my Django settings. Even restarted my machine.
There is no error returned in the code, it just returns an empty list when doing say MyModel.nodes.get_or_create(...)
, so I can't trouble shoot it further. I am gonna try recreating the test database with the latest and greatest Neo4j and see what happens. Will report back here.
Can you suggest anything to try?
I tried:
from neomodel import db
db.set_connection('bolt://neo4j:neo4j@localhost:7687')
Right before a transaction, same issue. How can Neomodel do this to me!?!
Solved! Go to Solution.
01-19-2021 10:51 PM
Neomodel doesn't like my get_or_create
call. Will maybe replace with querying followed by ctor create of the model if it doesn't work.
01-19-2021 10:51 PM
Neomodel doesn't like my get_or_create
call. Will maybe replace with querying followed by ctor create of the model if it doesn't work.
All the sessions of the conference are now available online