Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.

Get Started

malakai97 edited this page Mar 14, 2015 · 1 revision

If you have the code installed, and you want the most recent documentation along with an interactive UI that will let you submit data, try running this from the dpnode directory:

python manage.py runserver

Then go to http://localhost:8000/docs/ for documentation. Or go to http://localhost:8000/admin to view and update records through a simple Web UI.

Also, check out the Postman REST Client for Chrome if you want to test more complicated interactions with the REST UI.

Clone this wiki locally