python manage.py --noinput syncdb
でプロンプトがでなくなる。あとは
python manage.py createsuperuser --username=foo --email=hoge
でスーパーユーザーをつくればOK!
deployでつかえる。
追記:createsuperuserでスーパーユーザーを作るときはpost_saveシグナルが発行された後 is_staff = True, is_active = True, is_superuser = Trueが設定される。
0 件のコメント:
コメントを投稿