Re: URLField Limit 200 maxlenght

2006-03-07 Thread Christopher Lenz
Am 07.03.2006 um 08:17 schrieb favo: > URLField is limit to 200 maxlenght, and not expose a agrument to > change, hope that fix in next version of Django. You should file a ticket for this: <http://code.djangoproject.com/newticket> Cheers, Chris -- Christopher Lenz cmle

Re: Update Trac?

2006-02-19 Thread Christopher Lenz
If any help is needed, please let me know... would be glad to help out. Cheers, Chris (Trac developer and new Django user) -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/ --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: mod_python log

2005-11-28 Thread Christopher Lenz
27;s some httpd.conf dependency, I'm running SuSE 9.3 with minimal tweaks. You need to explicitly flush the output as it's being buffered: print >> sys.stderr, "Hey" sys.stderr.flush() Cheers, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/

Re: mod_python log

2005-11-27 Thread Christopher Lenz
he mod_python docs page to reflect this. Actually, AFAIK, you can do: print >> sys.stderr, "Hello" to get messages into the Apache error log. I.e. print to stderr instead of stdout. Cheers, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/

Re: ANN: New document: How to serve static files

2005-11-27 Thread Christopher Lenz
ch is considered insecure? Thanks, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/

Re: Django Trac Spam

2005-11-24 Thread Christopher Lenz
more robust solution for 0.9.1. Cheers, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/