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
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]
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]
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]
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
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]
/.
Thanks!
--
Igor Goryachev E-Mail/Jabber: [EMAIL PROTECTED]
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]
8 matches
Mail list logo