running Django on a very small VPS

2008-08-27 Thread Edwin W
I was just wondering whether anyone out there has experience with running a Django application on a really small VPS. I'm using Django for small personal projects and experimentation, and I found vpslink which has a plan with 2.5 GB of disk space but only 64 MB RAM. I know that it won't work out

Re: running Django on a very small VPS

2008-08-27 Thread James Matthews
Use sqllite instead of a regular DB Server. Also set a usage limit on Apache. You Should be fine. Many people run Django in a shared environment. like Webfaction and Dreamhost. Where you have a limit on the memory you can use. On Wed, Aug 27, 2008 at 1:14 PM, Edwin W <[EMAIL PROTECTED]> wrote: >

Re: running Django on a very small VPS

2008-08-27 Thread Erik Allik
You should check out http://lincolnloop.com/blog/2008/mar/25/serving-django-cherrypy/ or simply google for "django cherrypy". Looks cool to me, I'm planning on using this in WebFaction which has 80MB RAM for the cheapest plan. Erik On 27.08.2008, at 23:14, Edwin W wrote: > > I was just

Re: running Django on a very small VPS

2008-08-27 Thread Tim Kersten
I know this isn't exactly on topic, but I signed up for http://djangohosting.ch/ today and was rather impressed. It's not a VPS, but quite impressive all the same. Tim ^,^ On Wed, Aug 27, 2008 at 9:57 PM, Erik Allik <[EMAIL PROTECTED]> wrote: > > You should check out > http://lincolnloop.com

Re: running Django on a very small VPS

2008-08-27 Thread lingrlongr
You could also check out westhost.com. They offer VPS pretty cheap too. I successfully set up Django there a number of times already. I usually use the development (SVN) version, but since an svn client isn't installed there, I just "svn update" locally then FTP the tarball up there when I want