Django Rest Debug Toolbar will show you how to use Django Debug Toolbar within your app with django rest framework.
Django Rest JWT is a Python Django based platform.
- Python 3.4.3
- Django 1.11.4
Following are the steps to install this platform.
- Get in the root directory of the project
- Create Virtual Environment
$ cd .. $ virtualenv -p python3 django_rest_debug_toolbar_venv $ cd django_rest_debug_toolbar $ source ../django_rest_debug_toolbar_venv/bin/activate- Install Requirements
$ pip install -r requirements.txtDon't forget to give Star to the repo. Happy Coding!