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
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
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
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
4 matches
Mail list logo