Re: django and s3

2007-11-11 Thread Adam Fast
The one thing I'd note is that EC2 is not the most price-effective solution if you're just getting into Django and wanting to play. It's a lot of resources and a fair price for those resources, but with a basic site it's absolute overkill. I would recommend Webfaction as a good starter plan. I d

Re: django and s3

2007-11-11 Thread sebey
ok so I will have a look at EC2 thanks very much for that anything else I may encounter useing amazon elastic computing service On Nov 11, 1:01 am, "Adam Fast" <[EMAIL PROTECTED]> wrote: > Sebastian, > > S3 is simply a storage service. There is no way to run scripts (such as > django) against i

Re: django and s3

2007-11-10 Thread Adam Fast
Sebastian, S3 is simply a storage service. There is no way to run scripts (such as django) against it. If you just want to host the static content of your site (such as images and CSS) you'll find info on that all throughout the list's history. But from how I read your question, you want to upl

django and s3

2007-11-10 Thread sebastian stephenson
I am considering using amazon s3 as a web-hosting service and I would like to know do django or python itself prevent this from happening? see ya sebey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django use