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 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 runserver. All worked OK, but when I try it
>> in apache one of my admin pages is truncated - a number of fields are
>> left off and there is no Save button. The exact number of fields
>> truncated depends on whether I use Add from the main page or from the
>> Add page of another field (so that the affected page is a pop-up)
>>
>> Apache 2.4.1
>> mod_fcgid 2.3.6
>> django 1.3.1
>> Python 2.7.2
>> cx-Oracle 5.1.1
>>
>> Has anyone seen this behaviour? I've looked in apache and django logs
>> but don't see anything recorded when the page loads. Any ideas greatly
>> appreciated.
>>
>> Thanks.
>
>
> Bump .... I've had no luck with this and would still appreciate some
> pointers! I've tried re-arranging the order of statements in my model code
> without any improvement.
>
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/asZ5sigBBuQJ.
>
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to