Sample project for jsgrid with Django REST service
Optionally, set up a virtualenv. Then:
$ pip install -r requirements.txt
Once dependencies are installed, you can start the Django development server with:
$ python manage.py runserver
Then, navigate to: http://localhost:8000