djangoフォルダーに移動し、次のパスに移動します:
django\db\backends\mysql
次に、operations.pyに移動します query = query.decode(errors='replace')を見つけます 。行を削除し、query = errors='replace'を入力します
djangoフォルダーに移動し、次のパスに移動します:
django\db\backends\mysql
次に、operations.pyに移動します query = query.decode(errors='replace')を見つけます 。行を削除し、query = errors='replace'を入力します