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
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
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/
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/
ch is considered insecure?
Thanks,
Chris
--
Christopher Lenz
cmlenz at gmx.de
http://www.cmlenz.net/
more robust solution for 0.9.1.
Cheers,
Chris
--
Christopher Lenz
cmlenz at gmx.de
http://www.cmlenz.net/
6 matches
Mail list logo