I have the following models:
class Bill(models.Model): date = models.DateTimeField(_(\"Date of bill\"),null=True,blank=True) class Item(models.Model):
You should try out django-extra-views. Look for CreateWithInlinesView and UpdateWithInlinesView.
CreateWithInlinesView
UpdateWithInlinesView