- demo code snippets when learning Django REST Framework through video lessons
- learning notes(Chinese) were post on my blog
- python: 3.7.5
- virtual env: pipenv
- django: 3.0.5
- djangorestframework: 3.11.0
go to hello_drf\
and run:
pip install pipenv
pipenv shell
pipenv sync
cd to hello_drf\noN_XYZ
and run:
python manage.py
- cd to
hello_drf\noN_XYZ
- open postman and import collection file
hello_drf\noX_XYZ\noX_XYZ.postman_collection.json
- test imported requests in this collection