Tutorial has errors
出门右拐是食堂
出门右拐是食堂 2017-09-21 13:28:20
0
2
1407

//m.sbmmt.com/django/django-first-app.html


Create the first project

Use django-admin.py to create the HelloWorld project:

django-admin.py startproject HelloWorld

should be changed to

django-admin startproject HelloWorld

Otherwise, the file django-admin.py will be opened directly.

出门右拐是食堂
出门右拐是食堂

reply all (2)
小试手笔

I don’t understand either!!! Which file name is it? How can I open the correct file if I don’t add it? How do I open it if I add it!!!

    Ty80

    You need to add .py. If you open the file directly, there may be a problem with your python environment installation.

    • reply It may be the version difference between 2.x and 3.x.
      出门右拐是食堂 author 2017-09-25 09:22:03
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!