I have installed django_neomodel in my django project and added django_neomodel in INSTALLED_APPS and added following lines for configurations in settings.py:
NEOMODEL_NEO4J_BOLT_URL = 'bolt://neo4j:neo4j@localhost:7687'
NEOMODEL_SIGNALS = True
NEOMO...