私は新しいdjangoプロジェクトを開始しています。通常、私はインストールされているアプリに南を置きます。django-eavとsouth
それから私は、モデルの一部のフィールドを格納するEAVのいくつかの種類を必要とし、私は私が望むまさにないアプリを見つけ、それはジャンゴ・EAVである(https://github.com/mvpdev/django-eav)
しかし、今、私は問題に直面しています南部はdjango-eavと一緒に働く方法を知らないので不平を言う。
! Cannot freeze field 'eav.attribute.slug'
! (this field has class eav.fields.EavSlugField)
! Cannot freeze field 'eav.attribute.datatype'
! (this field has class eav.fields.EavDatatypeField)
! South cannot introspect some fields; this is probably because they are custom
! fields. If they worked in 0.6 or below, this is because we have removed the
! models parser (it often broke things).
! To fix this, read http://south.aeracode.org/wiki/MyFieldsDontWork
私はこのhttp://south.aeracode.org/docs/customfields.htmlを読んでいると私は2つのプロジェクトのいずれかをあきらめることなく、この問題を解決しようとしています。
誰でも手伝ってもらえますか? ありがとう
おそらくこれはより良い解決策です。 – balsagoth