Hi
Thanks for the reply.
I *think* I get the forms stuff generally, the bit I'm having trouble
with is having a maniplator deal with a list of objects of the same
type.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Grou
Stewart:Take a look at http://www.djangoproject.com/documentation/forms/ for more on creating forms, and simplifying the process.You will need to have to figure out how you want to handle the item listings. You will either have to have a static set of items or use some fancy _javascript_/DHTML to d
Hi.
I've just started with Django and I'm liking it! A little confused
about one thing though...
I am experimenting with a basic ordering system, the model for which
look like this:
class stock_item(models.Model):
name = models.CharField(maxlength=200)
class order(models.Model):
ordere
3 matches
Mail list logo