Re: django: Two generic view in same template

2013-04-05 Thread Russell Keith-Magee
Hi Dusan, I think you've posted this to the wrong mailing list. Django-developers is for people who want to contribute to Django itself. If you've got a general usage question, you need to post to Django-users. Yours, Russ Magee %-) On Sat, Apr 6, 2013 at 2:24 AM, Dusan Ristic wrote: > I need

django: Two generic view in same template

2013-04-05 Thread Dusan Ristic
I need some advice about generic views and template in Django. I am trying to figure out how it's works. I want implement one page where I would like to display two generic view as CreateView and DeleteView. For example: *models.py* class model(models.Model): name = models.CharFiel