Skip to content

Ramel/test-django-neomodel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

test for Django Neomodel issue:

neo4j-contrib/neomodel#444

Requirements:

Python 3.6

Run locally

Start your local Neo4j Server (Download & Install), open the Neo4j Browser. Then install the Movies data-set with :play movies.

Create a Virtual Environment:

pew new test-django-neomodel

Install requirements:

pip install -r requirements

Then:

export NEO4J_BOLT_URL=bolt://neo4j:password@localhost:7687

cd testDjangoNeomodel

python manage.py install_labels
python manage.py runserver

You should be able to go to here

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors