python manage.py createsuperuser
をコマンドプロンプトから実行すると、以下のように表示されます。
Unknown command: 'createsuperuser'
Type 'manage.py help' for usage.
python manage.py
をコマンドプロンプトから実行すると、以下のように表示されます。
Type 'manage.py help <subcommand>' 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
[django]以下は表示されるものの、
[auth]が表示されないのです。
どのようにすれば[auth]が表示され、createsuperuserが使用できるようになりますでしょうか。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/09 13:02