Re: Running Multiple Sites/Apps with FastCGI... Where to start?

2007-01-04 Thread kwe
Tom, We run a number of sites using lighttpd and django off one code base. Yes, each site needs an entry in lighttpd.conf and each site has it's own settings file. Obviously you can set settings to allow each instance to have different templates or different installed apps.

Re: urls question django_website

2006-12-18 Thread kwe
Hi Rob, The 'homepage' is a flatpage with an address of '/'. --~--~-~--~~~---~--~~ 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

Secure downloads in Django

2006-11-30 Thread kwe
If you're using lighttpd and fcgi to run your Dajngo app, here's a short article on using modsecdownload - http://isdevelopment.weblog.glam.ac.uk/news/2006/nov/30/secure-downloads-django/ --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Django Hosting

2006-10-19 Thread kwe
Hi DuncanM, I'm happy using http://rimuhosting.com/ with a UK based VPS setup. Kevin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

tumblelogs

2006-09-06 Thread kwe
Hi all, All the kool kids seem to have tumbelog sections these days - i.e. rolling records of changes to the various data types on the site. Is there some specific 'magic' to these e.g. using signals or some such django feature? --~--~-~--~~~---~--~~ You received

Re: Search Engine for Python and Django

2006-07-26 Thread kwe
Hi Kevin (great name!), Are you able to share more about how you create the index in the first place? I'm assuming you used swish-e's -S prog option and perhaps a custom python script? I'm quite new to python and django, so any hints gratefully received..

Re: Displaying thumbnails in the admin interface

2006-07-19 Thread kwe
Simon, that's just great timing!! Thanks - will check it out. Simon Willison wrote: > On 19 Jul 2006, at 16:22, kwe wrote: > > > Is there a way to display images in the list_display admin frontend? > > > > I tried writing a custom method for the model which returne

Displaying thumbnails in the admin interface

2006-07-19 Thread kwe
Is there a way to display images in the list_display admin frontend? I tried writing a custom method for the model which returned the necessary html to display the image - without success. The custom method in the list_display just returned the raw html..

Re: Lighttpd + django-fcgi.py problems

2006-06-25 Thread kwe
If your using the trunk version have a look at docs/fastcgi.txt. It's now easier then it used to be to get stuff running, because fastcgi support is part of manage.py. There's full conf stuff in the text file. --~--~-~--~~~---~--~~ You received this message

Re: manipulating images

2006-06-21 Thread kwe
thanks, that works great. --~--~-~--~~~---~--~~ 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

Re: manipulating images

2006-06-21 Thread kwe
Request Method: POST Request URL:http://localhost:8000/admin/photos/photo/add/ Exception Type: TypeError Exception Value:argument 1 must be string or read-only buffer, not instance Exception Location: