2016-05-17 14 views

答えて

4

あなたは常にフィールドクラスのコンストラクタを呼び出してフィールドを宣言する必要があります

miesiac = models.IntegerField() 
liczba = models.DecimalField(max_digits=5, decimal_places=2) 
cena = models.DecimalField(max_digits=5, decimal_places=2) 
+0

おかげで、それはそれです。 –

関連する問題