4
私はPythonのコンソールを開き、from .models import Girl
を書くとき、私はエラーを取得するモデルの女の子 を作成しました:ジャンゴKeyError例外は:「『__name__』グローバルではない」
>>> from .models import Girl
Traceback (most recent call last):
File "<console>", line 1, in <module>
KeyError: "'__name__' not in globals"
私は何をしますか?