Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 227 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 227 Bytes

Testing-Django REST Framework

Installation

  virtualenv env

  source env/bin/activate

  pip install django
  pip install djangorestframework
  pip install pygments  # We'll be using this for the code highlighting