Re: Which IDE do you choose with django?

2008-10-12 Thread Anders Bergh
On Sun, Oct 12, 2008 at 6:19 PM, zjffdu <[EMAIL PROTECTED]> wrote: > > I am a newbie of django, and want to know which IDE is suit for > django? > > thank your I use Komodo Edit, it's free and it has Python auto-completion etc. It runs on Windows, OS X an

Re: Django Hosting Survey

2008-10-07 Thread Anders Bergh
want to. That's one of the reasons why I switched. http://www.linode.com/ -- Anders Bergh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djan

Re: Django 1.0 lighttpd FastCGI redirect issue

2008-09-16 Thread Anders Bergh
On Tue, Sep 16, 2008 at 10:25 AM, Wim Feijen <[EMAIL PROTECTED]> wrote: > > Hi Anders, > > For me, removing the slash in the FORCE_SCRIPT_NAME seemed to work. I > am not using the admin interface, so I can't check on that. > > So I added to settings.py: > > FORCE_SCRIPT_NAME="" > > I totally agree

Re: Django 1.0 lighttpd FastCGI redirect issue

2008-09-12 Thread Anders Bergh
On Sat, Sep 13, 2008 at 4:23 AM, Ramiro Morales <[EMAIL PROTECTED]> wrote: > Have you tried what's suggested in > > http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#ChangedthewayURLpathsaredetermined > > (under the "lighttpd + fastcgi (and others)" sub-section)? > Ack, I was a litt

Re: Django 1.0 lighttpd FastCGI redirect issue

2008-09-12 Thread Anders Bergh
On Sat, Sep 13, 2008 at 4:23 AM, Ramiro Morales <[EMAIL PROTECTED]> wrote: > Have you tried what's suggested in > > http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#ChangedthewayURLpathsaredetermined > > (under the "lighttpd + fastcgi (and others)" sub-section)? > Thanks! I had mis

Django 1.0 lighttpd FastCGI redirect issue

2008-09-12 Thread Anders Bergh
Hi, I'm trying to host a Django 1.0 project on lighttpd 1.4.19 on Linux, following the lighttpd FastCGI in the Django documentation. However, it doesn't work, it seems to redirect to /mysite.fcgi for almost anything I do. Here's the config: $HTTP["host"] == "labs.lamepunch.org" { fastcgi.serv