Re: Why I'm giving up on Django

2006-09-29 Thread Dagur Ammendrup
You can also just use the "next" parameter in the login form. Here's how I did it  type="hidden" name="next" value ="{% if next %}{{ next }}{% else %}/{% endif %}" /> On 29/09/06, Don Arbow <[EMAIL PROTECTED]> wrote: On Sep 28, 2006, at 6:26 PM, Sean Schertell wrote:>> (2) This is a biggie for me.

Re: Admin site/ManyToManyField problem

2006-06-08 Thread Dagur Ammendrup
I tried with tags and no tags but this is the first post being added. Having one other post didn't change anything.On 08/06/06, Ramiro Morales <[EMAIL PROTECTED]> wrote:Dagur, On 6/7/06, Dagur <[EMAIL PROTECTED]> wrote:>> Hi,>> I'm having problems with ManyToManyField not appearing in the admin> s