Git Product home page Git Product logo

Comments (4)

S03D4-164 avatar S03D4-164 commented on July 17, 2024

Hello,
Thank you for interest in my app. (I wonder how you find it...)

The installation guide had a lot of problem because the app is a little old and I have left it as it was.
So I updated Readme.md and could confirm the app runs.

I have no confidence this app is currently useful, but hope it helps.
If I could find the time, I'd like to rewrite the code and create dockerfile, but can't promise it.

from hiryu.

thansau239 avatar thansau239 commented on July 17, 2024

dear,
Thank you for your response. I have already added exactly user/pass of NEO4J_AUTH=":" to setting.py but it's error "401 anauthorized"
Please help me fix it

from hiryu.

S03D4-164 avatar S03D4-164 commented on July 17, 2024

Sorry for my late reply.
I also confirmed NEO4J_AUTH env (and some cypher) does not work.
I fixed the problems and confirmed the app can connect to Neo4j.
Please update your local repository and change NEO4J_AUTH in Django's settings.py as follows:

NEO4J_AUTH = {
    "HOST": "localhost",
    "PORT": "7474",
    "USER": "<Neo4j user>",
    "PASS": "<Neo4j pass>",
}

from hiryu.

thansau239 avatar thansau239 commented on July 17, 2024

Thank you very much!

from hiryu.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.