Skip to content

Django Rest Debug Toolbar will show you how to use Django Debug Toolbar within your app with django rest framework.

Notifications You must be signed in to change notification settings

aamishbaloch/django_rest_debug_toolbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Rest Debug Toolbar

Django Rest Debug Toolbar will show you how to use Django Debug Toolbar within your app with django rest framework.

Requirements

Django Rest JWT is a Python Django based platform.

  • Python 3.4.3
  • Django 1.11.4

Installation

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.txt

Don't forget to give Star to the repo. Happy Coding!

About

Django Rest Debug Toolbar will show you how to use Django Debug Toolbar within your app with django rest framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages