Re: ManyToManyField corrupts headers

2006-03-24 Thread John Szakmeister
On Monday 20 March 2006 07:46, burivuh wrote: > Situation: > Django 0.91, common CGI through WSGI, many-to-many fields with only one > available choice > (for example, use flatpages and try to add new flat page - you'll see > error) > > Look at the line after #question target > > fields.py: >

Re: flatpages

2006-02-22 Thread John Szakmeister
On Wednesday 22 February 2006 08:22, Mary Adel wrote: > how to call in flatpage a content i have saved in the database > ex i saved the path of the css and java script in the database and i > need to call it in my flatpage so how i could do this The best way is probably to create a templatetag

Re: blog archive links

2006-01-17 Thread John Szakmeister
On Tuesday 17 January 2006 01:04, Bryan Murdock wrote: > I'm building myself a little blog with the django blog app that is > found in the djangoproject.com code. I like the archive links (seen > on the right-hand side of http://www.djangoproject.com/weblog/). > However, I'd like those links

Re: Upgrading models...

2005-12-20 Thread John Szakmeister
On Tuesday 20 December 2005 09:37, Adrian Holovaty wrote: > On 12/20/05, John Szakmeister <[EMAIL PROTECTED]> wrote: > > Now onto the real reason I'm writing this email. There is great > > flexibility in ORM layer, but the one thing that I haven't seen addressed > >

Upgrading models...

2005-12-20 Thread John Szakmeister
First, let me say that I'm very impressed by Django and I want to both the community and World Online for opening up such an impressive tool. I'm not a web guy, but even I have been able to make use of it and create a few apps to myself and other engineers do our jobs better. Now onto the

Re: Newbie needs help with real-world example...

2005-12-02 Thread John Szakmeister
On Thursday 01 December 2005 21:01, James Bennett wrote: > On 12/1/05, John Szakmeister <[EMAIL PROTECTED]> wrote: > > I don't see why not. The apps themselves aren't big, and isn't it the > > purpose of runserver to help do development and testing? I think my > > pro

Re: Newbie needs help with real-world example...

2005-12-01 Thread John Szakmeister
On Thursday 01 December 2005 19:05, Luke Plant wrote: > On Thu, 1 Dec 2005 06:41:38 -0500 John Szakmeister wrote: > > It runs, but > > unfortunately, it complains that it can't find any pages. Not the > > weblog, not the main page, nothing. > > I'm guessing the pages