Re: problems using django on lighttpd with fastcig

2007-06-05 Thread jordi.f
Thanks! -- Jordi Funollet --~--~-~--~~~---~--~~ 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 [EMAI

Re: problems using django on lighttpd with fastcig

2007-06-04 Thread jordi.f
On Jun 2, 3:06 am, Justin Bronn <[EMAIL PROTECTED]> wrote: > I believe this might be your problem. When using lighttpd the > ordering of the server modules is important and 'mod_fastcgi' _must_ > be the last module loaded. Hey Justin, where do you learned this? I can't find it on the official Li

Re: Sitemaps and large sites

2007-06-04 Thread jordi.f
On May 22, 10:16 pm, John DeRosa <[EMAIL PROTECTED]> wrote: > Eh, I don't know why this became a reply to an existing thread. Because you did a 'reply' to Mark Phillips last email. You should post a **new** mail after reading this: http://en.wikipedia.org/wiki/Thre

Re: Add a css file into the admin zone

2007-06-04 Thread jordi.f
sansmojo's suggestion works perfectly, but I prefer doing this on the 'admin/base_site.html' template. It's shorter and easier to modify. -- jordi.f --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: trouble using fastcgi

2007-05-20 Thread jordi.f
Any reason for not using Django's built-in fastcgi server? $ ./manage.py runfcgi host=127.0.0.1 port=3033 It's explained in the docs, http://www.djangoproject.com/documentation/fastcgi/ --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: How to change the size of input field from Django

2007-05-08 Thread jordi.f
Hi L.B., I copy to 'myproject/templates/admin/base_site.html' the template from the Django source tree: 'django/contrib/admin/templates/admin/ base_site.html', so I can overwrite it without patching Django. Then I add something like {% block extrastyle %} textarea#id_Description { wi