Search code examples
pythondjangoneo4jneo4django

Is there any way to use neo4django with django 2.0.1?


I have installed django 2.0.1, but when I install neo4django, it deinstalls that version and installs django 1.5.12.

is there any way to prevent so?


Solution

  • The neo4django repository hasn't been updated in years.

    The requirements file shows that it doesn't support Django 1.6, let alone Django 2.0. Even if you changed that so that Django wasn't downgraded, the two libraries aren't going to work together.