thanks a lot
On Oct 16, 3:21 pm, Daniel Roseman wrote:
> On Oct 16, 2:18 pm, wmstudio wrote:
>
>
>
>
>
> > Hi,
>
> > I have a model containing:
>
> > class Book(models.Model):
> > title = models.CharField(max_length=128)
> > price = models.DecimalField(max_digits=8, decimal_places=2
On Oct 16, 2:18 pm, wmstudio wrote:
> Hi,
>
> I have a model containing:
>
> class Book(models.Model):
> title = models.CharField(max_length=128)
> price = models.DecimalField(max_digits=8, decimal_places=2,
> help_text='Please enter the price in $')
> summary = models.TextField(blank
2 matches
Mail list logo