Skip to content

jplusplus/django-debug-toolbar-neo4j-panel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django debug toolbar Neo4j panel

Trace neo4jrestclient calls in your django application, this also works for neo4django.

Installation

Install the module via git:

pip install -e git+git@github.com:robinedwards/django-debug-toolbar-neo4j-panel.git@HEAD#egg=neo4j_panel-dev

Add panel to your list of panels:

DEBUG_TOOLBAR_PANELS = ('neo4j_panel.Neo4jPanel',)

About

Trace neo4jrestclient calls in your django application, this also works for neo4django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%