Darren wrote:
I have had that happen a long time ago. I think my problem was that apache didn't gave permission to the CSS. I know that's not much to go on. But, maybe it will help.
Or it can be lack of an alias in the apache2 config.
John
--
You received this message because you are subscribe
I have had that happen a long time ago. I think my problem was that apache
didn't gave permission to the CSS. I know that's not much to go on. But, maybe
it will help.
Darren
On Jul 10, 2010, at 12:50 PM, octopusgrabbus wrote:
> Using Apache and not the built-in Django web server, I can reac
Read:
http://docs.djangoproject.com/en/dev/howto/deployment/modpython/?from=olddocs#id1
It tells you about serving static files with mod_python.
Graham
On Jul 11, 3:50 am, octopusgrabbus wrote:
> Using Apache and not the built-in Django web server, I can reach the
> admin site, but it's not
Using Apache and not the built-in Django web server, I can reach the
admin site, but it's not formatted well, as it is with the built-in
web server.
Any ideas on what to do?
Here's the location directive in apache
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJA
4 matches
Mail list logo