neo4django

    1熱度

    1回答

    我試圖在Apache服務器上託管的django網站上使用neo4j數據庫。我正在使用neo4django。我遵循http://neo4django.readthedocs.org/en/v0.1.8/index.html中的說明。創建一個節點時,我得到以下錯誤: error at /disk/ [Errno 111] Connection refused Request 我的models.py

    1熱度

    2回答

    我使用neo4django創建了Modeldjango。 class Person(models.NodeModel): """ Persons of a Company """ email = models.EmailProperty(required=True, unique=True, indexed=True, name=_(

    2熱度

    1回答

    我不知道爲什麼我會得到這個警告;這很可能是我沒有完全理解的概念related_name,但我認爲有不同rel_types將使上述模型也不含糊/衝突的...... 我得到neo4django以下警告: >>> from evidences.models import * /[...]/neo4django/db/models/relationships.py:180: UserWarning: `

    1熱度

    1回答

    我是Django的新手以及neo4j。我使用Django 1.4.5,neo4j 1.9.2和neo4django 0.1.8 我已經爲一個人節點創建了NodeModel,並在'owner'和'name'屬性上建立了索引。這裏是我的models.py: from neo4django.db import models as models2 class person_conns(models2.

    0熱度

    1回答

    此問題與Neo4django的github issue有關。我想使用Django web框架中的Neo4j圖形數據庫創建多個圖形。我使用Django 1.4.5,neo4j 1.9.2和neo4django 0.1.8。 截至目前Neo4django不支持標籤,但上述是我的核心目的,我希望能夠從Neo4django創建標籤。所以我進入了源代碼並嘗試稍微調整一下,看看我能不能做這個補充。在我的理解中

    1熱度

    1回答

    我在基於django的應用程序中使用Neo4Django並試圖同時使用兩個數據庫:Neo4j和PostGIS。所以我按照文檔(http://neo4django.readthedocs.org)和models.py中的建議配置了settings.py。 當我嘗試運行執行syncdb,我得到這個消息 You just installed Django's auth system, which mea

    1熱度

    2回答

    當試圖清除neo4j(1.8.2)與cleandb擴展名(Neo4j的1.8),它失敗: [path] ? curl -v -X DELETE 'http://localhost:7475/db/cleandb/12sE$lkj3%' * About to connect() to localhost port 7475 (#0) * Trying 127.0.0.1... * Connec

    0熱度

    1回答

    我想在我的社交網絡中有兩個數據庫Django項目一個realtional和一個基於graphbased.i選擇Mysql和Neo4j.my settings.py file in我的項目是: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'mylife',

    3熱度

    1回答

    我正在使用django 1.4.5和neo4django(github版本)編寫應用程序。我創建了一個模型 class FloatValues(models.NodeModel): a_float_value = models.StringProperty() 它看起來像有沒有在neo4django一個float財產,所以我想,我應該要麼使用一個StringProperty或使用In

    3熱度

    2回答

    我正在用neo4django(github版本)在Django 1.4.5中構建應用程序。目前我正在試圖使管理界面上https://neo4django.readthedocs.org/en/latest/admin.html 的指示具有以下設置時,我打/管理員我得到的錯誤 settings.DATABASES is improperly configured. Please supply the