モデルに選択フィールドを含めるだけです
quote_template = models.CharField(_('Template'), choices=TEMPLATE, max_length=20)
そして今、このエラーが来ています
DatabaseError at /quote/
current transaction is aborted, commands ignored until end of transaction block
何か案が???これを解決するには??