The Django command to create the project
>>python C:\Python33\Lib\site-packages\django\bin\django-admin.py startproject projectmanage >>CD projectmanage >>python C:\Python33\Lib\site-packages\django\bin\django-admin.py Stratapp Projectmanageapp >>mkdir Templates >>CD Projectmanageapp >>mkdir Static
in the online command line to create the project, encountered a variety of problems, first I use Python3, django1.8, also add the admin.py to the environment variable, but either the execution of the command after the project is not generated but also do not error, or open the admin.py file (the reason is to open with the pycharm, change the way to open the choice of python.exe on it), or is The help of this file was typed, and finally the successful PS was created with the above command: The Django project file can be created directly with Pycharm
Django creates the project with the command