3👍
Use the --traceback
option to manage.py
to see a full stack trace of the exception you get.
2👍
As noted in the docs, if you want to run against Neo4j and a relational DB, you need to add neo4django.utils.Neo4djangoIntegrationRouter
to your DATABASE_ROUTERS
in settings.py.
Source:stackexchange.com