移行に南を使用していますが、
サイトをデータベースに追加する必要がありますが、それらを見つけるための正しい構文が見つかりません。
from django.contrib.sites.models import Site
...
def forwards(self, orm):
"Write your forwards methods here."
# Note: Remember to use orm['appname.ModelName'] rather than "from appname.models..."
Site = orm['Site']
...
実際には存在しないアプリ名をリクエストします
前もって感謝します
PS「サイト」または「サイト」をグーグルで検索するのは難しい