4-12 Unknown command: 'createsuperuser'

선생님 안녕하세요

4-11 에서 createsuperuser를 하면 아래와 같이 에러가 뜹니다.
이런 경우는 게시판에도 안나오는 것 같은데 ;; 혹시 무슨 문제가 있는건지 도움이 가능하실까요?

(mysite) ubuntu@pybomaster:~/projects/mysite$ python manage.py createsuperuser
Unknown command: 'createsuperuser'
Type 'manage.py help' for usage.
(mysite) ubuntu@pybomaster:~/projects/mysite$ python manage.py help

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

Available subcommands:

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

감사합니다

nathanpark 331

2022년 9월 2일 2:25 오전

settings.py 환경 설정 파일에 INSTALLED_APPS 에 auth 항목이 누락된것 같은데요? 환경을 확인해 보세요. - 박응용님, 2022년 9월 2일 3:37 오후 추천 , 대댓글
목록으로