Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to install django rest framework

(env) $ pip install djangorestframework
Collecting djangorestframework
  Using cached djangorestframework-3.13.1-py3-none-any.whl (958 kB)
Requirement already satisfied: django>=2.2 in pathenvlibsite-packages (from djangorestframework) (4.0.5)
Collecting pytz
  Using cached pytz-2022.1-py2.py3-none-any.whl (503 kB)
Requirement already satisfied: asgiref<4,>=3.4.1 in pathenvlibsite-packages (from django>=2.2->djangorestframework) (3.5.2)
Requirement already satisfied: sqlparse>=0.2.2 in pathenvlibsite-packages (from django>=2.2->djangorestframework) (0.4.2)
Requirement already satisfied: tzdata in pathenvlibsite-packages (from django>=2.2->djangorestframework) (2022.1)
Installing collected packages: pytz, djangorestframework
Successfully installed djangorestframework-3.13.1 pytz-2022.1

(env) $
Source by codinggear.blog #
 
PREVIOUS NEXT
Tagged: #How #install #django #rest #framework
ADD COMMENT
Topic
Name
6+3 =