Frankenstein App (or: dynamic subtemplates)

2009-01-20 Thread pistacchio
Hi to all! I'm a long time python developer. For my web application needs I've been relying on PHP, but I'm trying to switch to Django. I'm in the learning phase. A thing that is puzzling me is how to compose various apps like a puzzle with "main" pages. An example. Suppose that I have a home pag

Django with fastcgi: hangs

2012-02-18 Thread pistacchio
I'm trying to run Django with fastcgi. With runserver I've already tested that the site works fine in production. When I run python manage.py runfcgi host=127.0.0.1 port=9500 the daemon runs, but every call just hangs, like this: pistacchio@amaterasu:~/sites/comesichia