How to find more details about mod_python error?

2007-01-12 Thread PythonistL
>From time to time I receive the error like this: Mod_python error: "PythonHandler django.core.handlers.modpython" Traceback (most recent call last): File "C:\PYTHON23\Lib\site-packages\mod_python\apache.py", line 299, in HandlerDispatch result =

Forum in Django

2006-03-09 Thread PythonistL
Does exist any forum application developed in Django already? Regards, L. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to

Re: Problem with autoreloading with development server

2005-12-23 Thread PythonistL
Hello Eugene, I use Python 2.3. (You can email to me directly to my email: PythonAThope.cz where AT is @) Regards, L.

Re: Problem with autoreloading with development server

2005-12-23 Thread PythonistL
I found out ( with help of guys from Django IRC) that there is a probably bug in the latest autoreload.py file( when using with XP) .When I replaced that file with an older, version it works well now again Regards, L.

Re: HttpServer as a Windows Service

2005-12-19 Thread PythonistL
David, Check this http://groups.google.com/group/comp.lang.python/browse_frm/thread/a96176dc9f3a83c9/ea6b8addfc702605#ea6b8addfc702605 It may help

Re: Add automatic thumbnail generation to ImageFields (from ticket #961)

2005-12-01 Thread PythonistL
Please let know the Django community when you are finished with that. Any timeline? Regards, Lad.

Re: Add automatic thumbnail generation to ImageFields (from ticket #961)

2005-12-01 Thread PythonistL
Hi NebojĀša, Do you have a good experience with ImageField ? I will have to use images in my app. too but not sure about ImageField . I am thinking about having an extra integer field that has the same number as a picture. The picture will be stored separately from the database and and also a

Re: Dajngo wishlist

2005-11-15 Thread PythonistL
So, I asked my webhosting provider and he replied that he uses mod_cgi. Is it possible to use that with Django too somehow? Regards, L.

Re: Dajngo wishlist

2005-11-14 Thread PythonistL
Yes, I agree with Radek. For a wide spreading of Django, a support for share webhosting ,will be very, very important. ( I guess that from this: If a Python programmer has a good webhosting ( = share webhosting) company, he is happy with, why he should find another one only to install Django?)

Dajngo wishlist

2005-11-14 Thread PythonistL
Hi, I have been playing with Django for some time and I really like it. Very few lines of code can make great things. However, what seems to me as a big limit in Django using is a quite difficult installation. Here it is what I mean: I use a share webhosting, (http://www.imhosted.com). I have

Complete docs for Django

2005-08-12 Thread PythonistL
Is there available complete syntax of classes/functions for Django? Thanks for reply L.