键入“ manage.py help <子命令>”以获取有关特定子命令的帮助

时间:2020-11-07 21:15:22

标签: python django selenium matplotlib terminal

在ubuntu终端上运行python文件python3 manage.py时,出现此错误。

Type 'manage.py help <subcommand>' for help on a specific subcommand.

Available subcommands:

[auth]
    changepassword
    createsuperuser

[contenttypes]
    remove_stale_contenttypes

[django]
    check
    compilemessages
    createcachetable
    dbshell
    diffsettings
    dumpdata
    flush
    inspectdb
    loaddata
    makemessages
    makemigrations
    migrate
    sendtestemail
    shell
    showmigrations
    sqlflush
    sqlmigrate
    sqlsequencereset
    squashmigrations
    startapp
    startproject
    test
    testserver

[sessions]
    clearsessions

[staticfiles]
    collectstatic
    findstatic
    runserver

该项目包含python,django,selenium和matplotlib文件。该项目基于COVID-19数据可视化。

请帮助我解决问题。

0 个答案:

没有答案