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: > Many

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 th

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 auto

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 rea

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 m

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

2005-12-01 Thread John Szakmeister
On Thursday 01 December 2005 07:04, Kenneth Gonsalves wrote: > On Thursday 01 Dec 2005 5:11 pm, John Szakmeister wrote: > > I should mention that at the moment I'm using django-admin.py's > > runserver to run the site.  I just want to make sure I get all > > the

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

Newbie needs help with real-world example...

2005-12-01 Thread John Szakmeister
I've been through the tutorial pages (which are great!) and managed to get all that working without any fuss. I'm contemplating using Django for my company's website since I could integrate a few applications so that others can post job openings, and do some other miscellaneous things. I deci