Re: Database Security

2008-09-13 Thread Sander Steffann
Hi Mario, > DATABASE_HOST ="http://192.168.1.128"; DATABASE_HOST must contain a hostname or IP address, not an URL. You should remove the "http://"; part and check that the IP address is correct and reachable. - Sander --~--~-~--~~~---~--~~ You received thi

Re: Template Language Design

2008-07-13 Thread Sander Steffann
Hi Chris, > Just out of curiosity, is there a reason why the templating constructs > can't evaluate arbitrary expressions? It seems terribly awkward to me > that {% if %} can only evaluate variable names, while you need the > separate operator {% ifequals %} to test for equality, and for some > r

Re: Announcing Deco: static content for Django

2008-05-12 Thread Sander Steffann
Hi, > I can't test it however because I am getting a 404 from the link > above. It's missing the trailing slash. Try http://grep.ro/projects/deco/ - Sander --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: datetime 8 hours off

2008-04-22 Thread Sander Steffann
Hi, > The only safe way to run multiple Django instances with different > timezone settings is to run them in separate processes using mod_wsgi > daemon mode or fastcgi type solutions. We are using runfcgi with protocol=ajp, with proxy_ajp on the Apache side. Works great here. Sander --~--~--