別のdjangoコマンドを呼び出す必要があるdjangoコマンドを作成する必要があるため、クールでシンプルなcall_commandを使用する必要がありました。
call_command('command_to_call', new_text='arghslkjt')
コマンド command_to_call は、new_text コンテンツをデータベースに保存することになっています。しかし、それは戻ります
.......
call_command('command_to_call', new_text='arghslkjt')
^
SyntaxError: invalid syntax
make_option('-n','--new_text',
type='string',
dest='new_text',
help='specify the new text title'),
何か案は?
前もって感謝します