AdamC schrieb:
> I'm really at sea here with my models. I used to have an application
> in python with cgi, which would allow children to solve simple
> multiplication problems and earn points for their team, which is then
> displayed in a league table.
>
> I thought it would be fun to port this
Hi all,
i have a little Problem with the order of the
SelectDateWidget in the Templates. It always
as Month - Day - Year.
How can i Access the Form Fields separately in
the Template?
Thanks in advance.
Manuel
--~--~-~--~~~---~--~~
You received this message beca
Hi,
i have following Models:
##
class speiseplan(models.Model):
kalenderwoche =
models.PositiveSmallIntegerField(blank=True,null=True)
start = models.DateField()
end = models.DateField(blank=True,null=True)
veroeffentlicht = models.BooleanField(default=
3 matches
Mail list logo