-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing test data in neo4j db? #126
Comments
Hi @hszcg, No sample data yet, sorry; we are still working on refactoring the project to isolate every apps including their data. About importing data to neo4j, the default command line tool from Django is not working correctly with Neo4django so we built our own command line tool: python ./manage.py loadnodes
Very best, |
Thx @pirhoo BTW, is https://github.com/jplusplus/detective.io/blob/master/app/detective/apps/common/fixtures/countries.json ready to import using manage.py ? |
Yes, it is ! |
Hi, guys,
I am just wondering whether there is any test data provided in this repo.
I thought i have already setup both frontend and backend ready, but there is no data in neo4j db.
Did i missed anything?
Meanwhile, is there any way to import some test into neo4j db easily?
Thanks a lot.
The text was updated successfully, but these errors were encountered: