Re: Django on Dreamhost internal server error

2009-11-16 Thread Mike Ramirez
On Monday 16 November 2009 12:55:25 Alessandro Ronchi wrote: > If I put Debug = False in my django settings.py I receive an internal > server error with no explanation. > > I'm using mod_passenger. > > What can cause the problem? Is there any way I can debug the error or > get more information? D

Re: Django on Dreamhost internal server error

2009-11-16 Thread Matt Schinckel
On Nov 17, 6:57 am, Christophe Pettus wrote: > On Nov 16, 2009, at 12:55 PM, Alessandro Ronchi wrote: > > > I'm using mod_passenger. > > Isn't that for Ruby rather than Python? You can use mod_passenger for python, with a passenger_wsgi.py file. (I use it on my development machine with Passenger

Re: Django on Dreamhost internal server error

2009-11-16 Thread Preston Holmes
do you have error templates defined? http://docs.djangoproject.com/en/dev/topics/http/views/#customizing-error-views -Preston On Nov 16, 12:55 pm, Alessandro Ronchi wrote: > If I put Debug = False in my django settings.py I receive an internal > server error with no explanation. > > I'm using

Re: Django on Dreamhost internal server error

2009-11-16 Thread Christophe Pettus
On Nov 16, 2009, at 12:55 PM, Alessandro Ronchi wrote: > I'm using mod_passenger. Isn't that for Ruby rather than Python? -- -- Christophe Pettus x...@thebuild.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, se

Django on Dreamhost internal server error

2009-11-16 Thread Alessandro Ronchi
If I put Debug = False in my django settings.py I receive an internal server error with no explanation. I'm using mod_passenger. What can cause the problem? Is there any way I can debug the error or get more information? Dreamhost cannot answer me, maybe someone got similar esperience. -- Ales

Re: Running Django on DreamHost

2009-03-12 Thread nagraj rao
Hi Shantanoo I've gone thru the same link for getting the Django up at the server. The only difference being i've installed the FLUP module instead of usign fcgi.py. The whole site is working perfect along with the MySql DB that i have on the server. My only problem is the lxml issue that i'm enco

Re: Running Django on DreamHost

2009-03-12 Thread Shantanoo Mahajan (शंतनू महाजन)
Try http://wiki.dreamhost.com/index.php/Django This worked for me. Make sure you copy your sqlite db also (if you are using sqlite). regards, shantanoo On 12-Mar-09, at 5:33 PM, nagraj wrote: > > Hi > > I'm trying to run Django from Apache using FastCGI in a shared hosting > environment on D

Running Django on DreamHost

2009-03-12 Thread nagraj
Hi I'm trying to run Django from Apache using FastCGI in a shared hosting environment on DH. I've installed python 2.5.2 onto my home environment. And all the necessary libraries including lxml, flup, etc. I'm facing a strange issue with lxml, which occurs only when it is used from the webreques

Re: Django on Dreamhost. Getting 503 http error when I try to login to admin

2006-06-08 Thread Eugene Lazutkin
Tomas Jacobsen wrote: > Ah, good to know Im not stupid :) Will try it out with my regular > domain later. Thank you! This problem had an extremely bizarre manifestation! As far as I know Tomas tried Django with different domain name and it works as expected. ;-) I updated the DreamHost Wiki:

Re: Django on Dreamhost. Getting 503 http error when I try to login to admin

2006-06-07 Thread Tomas Jacobsen
Ah, good to know Im not stupid :) Will try it out with my regular domain later. Thank you! --~--~-~--~~~---~--~~ 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@goog

Re: Django on Dreamhost. Getting 503 http error when I try to login to admin

2006-06-07 Thread Michael Radziej
Tomas Jacobsen wrote: > I use: http://www.django.tomasjacobsen.com/admin/ and > http://django.tomasjacobsen.com/admin/ . The same result on both. That's it. There's "go.to" in "django.tomasjacobsen". You should complain at Dreamhost. They filter in the wrong way. For a work-around, change your

Re: Django on Dreamhost. Getting 503 http error when I try to login to admin

2006-06-07 Thread Tomas Jacobsen
I use: http://www.django.tomasjacobsen.com/admin/ and http://django.tomasjacobsen.com/admin/ . The same result on both. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, se

Re: Django on Dreamhost. Getting 503 http error when I try to login to admin

2006-06-07 Thread Michael Radziej
Tomas Jacobsen wrote: > In the error log i get this error: > > mod_security: Access denied with code 503. Pattern match > "(go\\.to|get\\.to|drop\\.to|hey\\.to|switch\\.to|dive\\.to|move\\.to|again\\.at)" > at HEADER. [hostname "django.mydomain.com"] [uri "/admin/"] How exactly did you access yo

Django on Dreamhost. Getting 503 http error when I try to login to admin

2006-06-07 Thread Tomas Jacobsen
Hi. Im trying to install django on my Dreamhost domain. I have followed the dreamhost wiki and the guide on http://www2.jeffcroft.com/2006/may/11/django-dreamhost/ about 4 times now, and the last 3 times I get the same 503 error when I try to login to admin. Before I installed admin I get the "I

Re: information about django on dreamhost

2006-03-17 Thread James Bennett
On 3/17/06, Jeremy Jones <[EMAIL PROTECTED]> wrote: > Kevin Dangoor, author of TurboGears, just posted on the TG list about a > conversation he just had with the folks over at Dreamhost. Sounds like > they're recommending people to not run TurboGears on their servers, and > this would presumably

Re: information about django on dreamhost

2006-03-17 Thread [EMAIL PROTECTED]
I also use Dreamhost for several Django projects of mine. http://www.socialistsoftware.com/ http://impactsport.org/ http://coloradoridge.com/ I wont say that the experience has been perfect, but I have things working and I will continue to be a subscriber. I do recommend every Dreamhost user se

Re: information about django on dreamhost

2006-03-17 Thread PythonistL
I use Dreamhost with Django for some time already and I am happy with 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@googleg

information about django on dreamhost

2006-03-17 Thread Jeremy Jones
Kevin Dangoor, author of TurboGears, just posted on the TG list about a conversation he just had with the folks over at Dreamhost. Sounds like they're recommending people to not run TurboGears on their servers, and this would presumably apply to Django as well. Here's a link to his post: http:/

Re: django on dreamhost

2006-01-18 Thread James Bennett
On 1/18/06, patrick k <[EMAIL PROTECTED]> wrote: > i had some problems with dreamhost & django lately. talking to dreamhost, > they send the following answer: > > "Dreamhost is best place for django Except for places that specialize in Django ;) -- "May the forces of evil become confused on the

Re: django on dreamhost

2006-01-18 Thread Eugene Lazutkin
Jeremy Jones wrote: I already have a Dreamhost account and am looking into writing an app using Django. I was wondering what the consensus is regarding running a Django-powered app on Dreamhost (presumably using fastcgi). Does it mostly work most of the time? Any unreasonable amount of qu

Re: django on dreamhost

2006-01-18 Thread Jeremy Jones
patrick k wrote: i had some problems with dreamhost & django lately. talking to dreamhost, they send the following answer: "Dreamhost is best place for django, there have been a few recent hardware and network issues that have problems but the recent downtimes have not been related to a specifi

Re: django on dreamhost

2006-01-18 Thread patrick k
i had some problems with dreamhost & django lately. talking to dreamhost, they send the following answer: "Dreamhost is best place for django, there have been a few recent hardware and network issues that have problems but the recent downtimes have not been related to a specific application such

Re: django on dreamhost

2006-01-18 Thread Adrian Holovaty
y work most of the time? Any unreasonable amount of quirkiness? > Any insights you could offer will be gratefully received. Hey Jeremy, I've never used Django on Dreamhost personally, but I know others have. Here are some helpful pages: http://wiki.dreamhost.com/index.php/Django http://c

django on dreamhost

2006-01-18 Thread Jeremy Jones
I already have a Dreamhost account and am looking into writing an app using Django. I was wondering what the consensus is regarding running a Django-powered app on Dreamhost (presumably using fastcgi). Does it mostly work most of the time? Any unreasonable amount of quirkiness? Any insight

Re: Django on Dreamhost

2005-09-08 Thread Adrian Holovaty
On 9/7/05, Eugene Lazutkin <[EMAIL PROTECTED]> wrote: > The only piece I need for true happiness with Django is caching. Dreamhost > doesn't provide memcached:. simple: is, well, too simple because it is not > thread-safe. If only we had mysql:, or file: cache option... Nudge, nudge, > wink, wink,

Re: Django on Dreamhost

2005-09-07 Thread Eugene Lazutkin
ad new > flup/fcgi.py > 3) enjoy Django on Dreamhost Thanks very much for that patch, Eugene. Yes, other Dreamhost folks, do let us know how the patch works, and we'll integrate it after it's gotten a fair bit of use. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org

Re: Django on Dreamhost

2005-09-07 Thread Adrian Holovaty
On 9/7/05, Eugene Lazutkin <[EMAIL PROTECTED]> wrote: > Now you can: > > 1) try (and beta test) the patch to mysql.py > 2) give Allan some time to update his repository and download new > flup/fcgi.py > 3) enjoy Django on Dreamhost Thanks very much for that patch, Euge

Django on Dreamhost

2005-09-07 Thread Eugene Lazutkin
completely eliminated all problems known to me. Now you can: 1) try (and beta test) the patch to mysql.py 2) give Allan some time to update his repository and download new flup/fcgi.py 3) enjoy Django on Dreamhost Thanks, Eugene