Create REST API with Neo4J and Django
问题 I am trying to create a REST API with Neo4j and Django in the backend. The problem is that even when I have Django models using Neo4Django , I can't use frameworks like Tastypie or Piston that normally serialize models into JSON (or XML). Sorry if my question is confusing or not clear, I am newbie to webservices. Thanks for you help EDIT: So I started with Tastypie and followed the tutorial on this page http://django-tastypie.readthedocs.org/en/latest/tutorial.html . I am looking for