Re: Cutting output of flup's FastCGI server

2006-07-28 Thread Igor Goryachev
On 20 Jun 2006, PythonistL wrote: > But why do you use/prefer FastCGI to mod_python ? This doesn't require apache at all. In example we use nginx (http://sysoev.ru/nginx/) which serves our several projects. -- Igor Goryachev E-Mail/Jabber: [EMAIL P

Re: Django Trac Spam

2005-11-24 Thread Igor Goryachev
people about it. Yeah, it is a known problem of all wiki sites which permit anonymous users to modify the content pages. May be it would be a good temporary solution to add 'guest' user as it done on http://pysqlite.org/ to prevent spam? -- Igor Goryachev E-Mail/Jabber: [EMAIL PROTECTED]

static media using development server?

2005-11-26 Thread Igor Goryachev
Hello everybody. Is it possible to serve static media using internal development webserver and options like that: MEDIA_ROOT = '/home/igor/kultprosvet.ru/media' MEDIA_URL = 'http://localhost:8080/site_media/' Any ideas? -- Igor Goryachev E-Mail/Jabber: [EMAIL PROTECTED]

Re: static media using development server?

2005-11-26 Thread Igor Goryachev
e dev server. The following string added into urls file helped: (r'^site_media/(?P.*)$', 'django.views.static.serve', \ {'document_root': '/home/igor/kultprosvet.ru/media/'}), Thank you very much! -- Igor Goryachev E-Mail/Jabber: [EMAIL PROTECTED]

Re: unable to open /usr/lib/python2.4/config/Makefile (No such file or directory)

2005-12-10 Thread Igor Goryachev
On Sat, Dec 10, 2005 at 05:22:19AM -, peter ma wrote: > OS is debian SID > > error: invalid Python installation: unable to open > /usr/lib/python2.4/config/Makefile (No such file or directory) The following will help: % sudo apt-get install python2.4-dev -- Ig

Re: unable to open /usr/lib/python2.4/config/Makefile (No such file or directory)

2005-12-10 Thread Igor Goryachev
check it? This it a problem of python2.4 package is installed, but not python2.4-dev. The last one contains development stuff and is required for building custom pythonic packages. -- Igor Goryachev E-Mail/Jabber: [EMAIL PROTECTED]

success: django + fastcgi (flup) + nginx

2005-12-16 Thread Igor Goryachev
/. Thanks! -- Igor Goryachev E-Mail/Jabber: [EMAIL PROTECTED]

Re: success: django + fastcgi (flup) + nginx

2005-12-16 Thread Igor Goryachev
On Fri, Dec 16, 2005 at 02:10:54AM -0800, Sebastien Fievet wrote: > Very nice weblog. Looks great ! If you mean the theme, it was borrowed from blojsom weblog s/w. -- Igor Goryachev E-Mail/Jabber: [EMAIL PROTECTED]