Re: mod_python apache2 path problem

2007-07-30 Thread Anthony DROGON
Hi Robert, I had quite the same problem, it's been solved by setting DJANGO_SETTINGS_MODULE to "settings" instead of "syslog.settings" in . My current apache2.conf file sets handler to "python-program" instead of "mod_python", you can also try it that way. Hope this helps, Anthony. stereoi

Re: need to know to learn django

2007-05-23 Thread Anthony DROGON
Gigs_ a écrit : > What I need to know to learn django, except python(HTML, javascript, > sql, etc)? > > thanks > > > > > Hi Gigs_, HTML, Javascript, and even CSS, are things you need to know to develop static web pages. Django will, then, allow you to have your pages dynamic. But you cannot a