Django - “no module named django.core.management”

1373 단어 blogpythonDjangonginx
Django 를 사용 하여 인 스 턴 스 를 시작 할 때 오류 보고:no module named django.core.management
(cmdb)root@ubuntu:/home/xiaofei/cmdb/django-webblog/djblog# ./manage.py syncdb
Traceback (most recent call last):
  File "./manage.py", line 8, in 
    from django.core.management import execute_from_command_line
ImportError: No module named django.core.management

구 글 조회 결과:
(cmdb)root@ubuntu:/home/xiaofei/cmdb/django-webblog/djblog# sudo ./manage.py startapp blog
(cmdb)root@ubuntu:/home/xiaofei/cmdb/django-webblog/djblog# sudo ./manage.py syncdb
Creating tables ...
Creating table django_admin_log
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_groups
Creating table auth_user_user_permissions
Creating table auth_user
Creating table django_content_type
Creating table django_session

You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no): yes
Username (leave blank to use 'root'): 
Email address: 
Password: 
Password (again): 
Superuser created successfully.
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)

python 버 전이 잘못 되 었 거나 manage.py 에서 python 경 로 를 지정 할 수 있 으 며,손님 들 은 모두 시도 해 볼 수 있 습 니 다.

좋은 웹페이지 즐겨찾기