Newbie problem:
I'm trying to connect to NEO4J from Django/Vagrant and I keep getting a "ConnectionRefusedError: [Errno 111] Connection refused" when I try to run neomodel_install_labels.
in my settings file I've added:
from neomodel import config...