Django Rest Framework — no module named rest_framework

后端 未结 21 1107
夕颜
夕颜 2021-02-01 00:23

I\'ve installed django rest framework using pip install djangorestframework yet I still get this error when I run \"python3 manage.py sycndb\":

21条回答
  •  耶瑟儿~
    2021-02-01 00:47

    To install it, do the following:

    pip install djangorestframework
    pip install markdown     
    pip install django-filter
    

    We have to check for a few common mistakes:

    1. check comma at installed list elements

    2. typo errors

提交回复
热议问题