Re: Django en Dreahost

2008-04-19 Thread book4e
> Yeap, my typo error. So If Django works with Python >= 2.3, why Python > 2.5 should be installed at DH to run Django? It's NOT necessary. If you use sqlite as backend, Python 2.5 ships with an sqlite wrapper in the standard library, so you don't need to install anything extra in that case.

Re: Django en Dreahost

2008-04-18 Thread Juanjo Conti
Brett Parker escribió: > On 18 Apr 08:24, Kenneth Gonsalves wrote: >> >> On 18-Apr-08, at 5:01 AM, Juanjo Conti wrote: >> 2. Download, Compile and install Python 2.5. DH default is 2.3 and 2.4. >>> Why this? Does not Django run with Python <= 2.3? >> afaik no > > I assume that

Re: Django en Dreahost

2008-04-18 Thread Brett Parker
On 18 Apr 08:24, Kenneth Gonsalves wrote: > > > On 18-Apr-08, at 5:01 AM, Juanjo Conti wrote: > > >>2. Download, Compile and install Python 2.5. DH default is 2.3 and > >>2.4. > > > > Why this? Does not Django run with Python <= 2.3? > > afaik no I assume that you're reading <= as

Re: Django en Dreahost

2008-04-17 Thread Kenneth Gonsalves
On 18-Apr-08, at 5:01 AM, Juanjo Conti wrote: >>2. Download, Compile and install Python 2.5. DH default is 2.3 and >>2.4. > > Why this? Does not Django run with Python <= 2.3? afaik no -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/code/

Re: Django en Dreahost

2008-04-17 Thread Juanjo Conti
book4e escribió: > I've installed and run a django app on dreamhost without problem. I > recommend do the following things before install your django app. > >1. Install virtualenv to >create your own Python environment. >2. Download, Compile

Re: Django en Dreahost

2008-04-17 Thread book4e
I've installed and run a django app on dreamhost without problem. I recommend do the following things before install your django app. 1. Install virtualenv to create your own Python environment. 2. Download, Compile and install Python 2.5. DH

Re: Django en Dreahost

2008-04-16 Thread jonknee
You have to develop your apps specifically for GAE though, so it's not really a Django host. You can't use large parts of Django, such as the ORM. The template engine is nice and easy to use though. On Apr 16, 2:58 pm, xet7 <[EMAIL PROTECTED]> wrote: > Hi, > you could sign in to Google App

Re: Django en Dreahost

2008-04-16 Thread Justin Fagnani
I run a few Django sites on Dreamhost and the only problem I've ever had is that you need to get support to raise the Apache softlimit or you'll get a 500 error. Have you tried using the MySQL backend? I've never used Sqlite on Dreamhost, but MySQL with the mysql_old backend always works. -Justin

Re: Django en Dreahost

2008-04-16 Thread Ariel Mauricio Nunez Gomez
> :( Is the one I have hired a time ago and I can't move easily. Is there > a free hosting where I can try my django applications (not for > production sites). > Go with alwaysdata http://djangofriendly.com/hosts/alwaysdata/ Since you understand spanish and english, I'd think you won't have much

Re: Django en Dreahost

2008-04-16 Thread xet7
Hi, you could sign in to Google App Engine user account waiting list, there's possibility host Django apps for free sometime in the future: http://code.google.com/appengine/ On 16 huhti, 14:07, Juanjo Conti <[EMAIL PROTECTED]> wrote: > :( Is the one I have hired a time ago and I can't move

Re: Django en Dreahost

2008-04-16 Thread Juanjo Conti
:( Is the one I have hired a time ago and I can't move easily. Is there a free hosting where I can try my django applications (not for production sites). Maybe someone here could let me some space anywhere, I am small and don't make noise :) Thanks, Juanjo -- mi blog:

Re: Django en Dreahost

2008-04-15 Thread Justin Lilly
By far one of the worst hosts for django, you might try http://djangofriendly.com/hosts/ for a better alternative. *worst based on afforementioned website. On Tue, Apr 15, 2008 at 10:44 PM, Juanjo Conti <[EMAIL PROTECTED]> wrote: > > Hi! I have followed this tutorial to install Djangono

Django en Dreahost

2008-04-15 Thread Juanjo Conti
Hi! I have followed this tutorial to install Djangono DreamHost, over sqlite: http://wiki.dreamhost.com/index.php/Django But when I reach the syncdb part i get this error: [squirt]$ python2.4 manage.py syncdb Traceback (most recent call last): File "manage.py", line 11, in ?