Re: Problem with tuncated Admin pages in apache + mod_fcgid

2012-03-21 Thread Another Django Newbie
On Wednesday, March 21, 2012 10:29:48 AM UTC, Jani Tiainen wrote: > > Like this: > > 'default': { >'ENGINE': '...', >'OPTIONS': { > 'threaded': True >} > } > Thanks again Jani, switching my question to the modwsgi group Regards, ADN > > -- You received this message b

Re: Problem with tuncated Admin pages in apache + mod_fcgid

2012-03-21 Thread Jani Tiainen
Like this: 'default': { 'ENGINE': '...', 'OPTIONS': { 'threaded': True } } 21.3.2012 11:05, Another Django Newbie kirjoitti: On Wednesday, March 21, 2012 7:18:16 AM UTC, Jani Tiainen wrote: 20.3.2012 16:45, Another Django Newbie kirjoitti: > > > On Tuesday, Marc

Re: Problem with tuncated Admin pages in apache + mod_fcgid

2012-03-21 Thread Another Django Newbie
On Wednesday, March 21, 2012 7:18:16 AM UTC, Jani Tiainen wrote: > > 20.3.2012 16:45, Another Django Newbie kirjoitti: > > > > > > On Tuesday, March 20, 2012 10:28:49 AM UTC, Another Django Newbie wrote: > > > > > > > > On Tuesday, March 20, 2012 10:01:36 AM UTC, Tom Evans wrote: > > > >

Re: Problem with tuncated Admin pages in apache + mod_fcgid

2012-03-21 Thread Jani Tiainen
20.3.2012 16:45, Another Django Newbie kirjoitti: On Tuesday, March 20, 2012 10:28:49 AM UTC, Another Django Newbie wrote: On Tuesday, March 20, 2012 10:01:36 AM UTC, Tom Evans wrote: On Mon, Mar 19, 2012 at 5:24 PM, Jani Tiainen wrote: > Hi, >

Re: Problem with tuncated Admin pages in apache + mod_fcgid

2012-03-20 Thread Another Django Newbie
On Tuesday, March 20, 2012 10:28:49 AM UTC, Another Django Newbie wrote: > > > > On Tuesday, March 20, 2012 10:01:36 AM UTC, Tom Evans wrote: >> >> On Mon, Mar 19, 2012 at 5:24 PM, Jani Tiainen wrote: >> > Hi, >> > >> > Since we use same setup except one part: we use mod_wsgi instead of >> > mod

Re: Problem with tuncated Admin pages in apache + mod_fcgid

2012-03-20 Thread Another Django Newbie
On Tuesday, March 20, 2012 10:01:36 AM UTC, Tom Evans wrote: > > On Mon, Mar 19, 2012 at 5:24 PM, Jani Tiainen wrote: > > Hi, > > > > Since we use same setup except one part: we use mod_wsgi instead of > > mod_fcgi. > > > > (Since wsgi is considered to be defacto protocol). Could you try to use

Re: Problem with tuncated Admin pages in apache + mod_fcgid

2012-03-20 Thread Tom Evans
On Mon, Mar 19, 2012 at 5:24 PM, Jani Tiainen wrote: > Hi, > > Since we use same setup except one part: we use mod_wsgi instead of > mod_fcgi. > > (Since wsgi is considered to be defacto protocol). Could you try to use it? > WSGI is the de-facto for hosting python in web servers. If you aren't ru

Re: Problem with tuncated Admin pages in apache + mod_fcgid

2012-03-19 Thread Jani Tiainen
Hi, Since we use same setup except one part: we use mod_wsgi instead of mod_fcgi. (Since wsgi is considered to be defacto protocol). Could you try to use it? On Mon, Mar 19, 2012 at 7:04 PM, Another Django Newbie < another.xxx.u...@gmail.com> wrote: > > > On Thursday, March 15, 2012 1:05:53 PM

Re: Problem with tuncated Admin pages in apache + mod_fcgid

2012-03-19 Thread Another Django Newbie
On Thursday, March 15, 2012 1:05:53 PM UTC, Another Django Newbie wrote: > > Hi, > > I've just started playing with django this week and was following the > example in the Django Book. > > I created an example of my own, based on the models.py in the book and > tested it with manage.py runser

Problem with tuncated Admin pages in apache + mod_fcgid

2012-03-15 Thread Another Django Newbie
Hi, I've just started playing with django this week and was following the example in the Django Book. I created an example of my own, based on the models.py in the book and tested it with manage.py runserver. All worked OK, but when I try it in apache one of my admin pages is truncated - a number