Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 253 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 253 Bytes

DRF Project:

Setup:

  1. Clone the repo

  2. Create a virtualenv

  3. Install requirements

pip install -r requirements.txt
  1. Remove views.py and serializers.py from .gitignore

Goal

Pass all the test cases!