Re: Talk like a Pirate Middleware

2007-09-19 Thread Scott Benjamin
I think I will incorporate his work as it's far more extensive than the pirate list I used. On Sep 19, 11:55 pm, Nowell <[EMAIL PROTECTED]> wrote: > Jacob wrote something like this a while > agohttp://toys.jacobian.org/misc/pirate.py.txt > > On Sep 19, 5:26 am, Scott Ben

Talk like a Pirate Middleware

2007-09-19 Thread Scott Benjamin
Today I was looking for some middleware that would allow changing of the text of a site into Pirate Talk without effecting the content, as today was Talk like a Pirate day. http://www.talklikeapirate.com/ . There wasn't anything available for Django that would change site text into "Pirate Talk".

Re: No module named parts.media.photos ?

2006-05-03 Thread Scott Benjamin
I too just ran across this. It's nice to go searching and find that I'm not the only one. ;) Scott gabor wrote: > hi, > > (actual from-svn-trunk django) > > let's have the following model: > > > == > class Image(Model): > name = CharField(maxlength=50) > pi

Re: App deployment

2005-10-11 Thread Scott Benjamin
I can use cgi, would doing something like mod_rewriting the url to point to the django server running on my host be feasible? Are there any limitations that I should be aware of? thanks!

App deployment

2005-10-11 Thread Scott Benjamin
I've looked through the news groups a bit about this subject but nothing seems to fit my situation. My webhost won't install mod_* for me, which means, mod_fcgi,python,scgi are out of the question. What other options do I have? Thanks, Scott