Django runserver error, new installation, first time user of Django

前端 未结 2 1224
南笙
南笙 2021-01-26 13:35

So I\'ve decided to learn Django, which will be challenging if I cannot get it working.

Running Python 3.7.1 (default, Dec 14 2018, 19:28:38) [GCC 7.3.0] :: Anaconda,

2条回答
  •  忘了有多久
    2021-01-26 13:52

    Apparently a python package is missing. You can install it like this:

    pip install sqlparse

提交回复
热议问题