Image manipulation

2007-08-28 Thread SlavaSh
I need to add dynamic text to animated GIF images. What is a best way to do it? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Session support

2007-04-18 Thread SlavaSh
This is wrong "intentional design decision". There few more web clients in the world besides the IE and Firefox. Part of them does not support cookies. On 27 мар, 22:26, "RajeshD" <[EMAIL PROTECTED]> wrote: > On Mar 27, 11:00 am, "SlavaSh" <[EMAIL PRO

Session support

2007-03-27 Thread SlavaSh
Is it any way to use session (django) on browsers without cookie support ? --~--~-~--~~~---~--~~ 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

Re: 404 Error custumization

2007-03-23 Thread SlavaSh
I'm calling {{ request.method }} end it's empty while {{ request_path }} returns request.path It's realy strange On Mar 23, 8:46 am, Tim Chase <[EMAIL PROTECTED]> wrote: > > Thanks, it solves the problem partially. > > When I put 404.html in the templates root, I still cannot to pass > >

Re: 404 Error custumization

2007-03-23 Thread SlavaSh
http.HttpResponseNotFound(t.render(RequestContext(request))) in 404.html: {{ request.nethod }} is empty. ? On Mar 23, 7:59 am, "js " <[EMAIL PROTECTED]> wrote: > Hi. > > There's no defualt 404 page. > > http://code.djangoproject.com/ticket/3335 > > Hope this

404 Error custumization

2007-03-23 Thread SlavaSh
How can I use "default" 404 page in Django ? When I disable debugging i just get an error: Mod_python error: "PythonHandler django.core.handlers.modpython" Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result