Re: Newbie Question: site working in dev, not in production...probable issue with httpd.conf

2007-07-02 Thread Wiley
That did the trick, thanks guys! Now I'm trying to figure out how to serve my static content (I think Vincent anticipated that this would be my next problem :) ) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dja

Re: Newbie Question: site working in dev, not in production...probable issue with httpd.conf

2007-07-02 Thread Nicolas Steinmetz
Wiley a écrit : > Here's the ultra-newbie question of the day. > > I have a lil' site running well under runserver, when I hook it up to > apache2 and mod_python, something goes wrong. For the EXACT same > python/django code, the admin site and all URLS come up fine in the > built-in server. Wh

Re: Newbie Question: site working in dev, not in production...probable issue with httpd.conf

2007-07-02 Thread Vincent Nijs
If you change your conf settings to the following do you still have the same problem? SetHandler python-program PythonPath "[ '/usr/local/django_projects/' ] + sys.path" PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE beijing_eats.settings Py

Newbie Question: site working in dev, not in production...probable issue with httpd.conf

2007-07-02 Thread Wiley
Here's the ultra-newbie question of the day. I have a lil' site running well under runserver, when I hook it up to apache2 and mod_python, something goes wrong. For the EXACT same python/django code, the admin site and all URLS come up fine in the built-in server. When I switch to the apache se