mes
>
> From: Tomas Ehrlich
> Date: 2012-10-19 00:48
> To: django-users
> Subject: Re: Question in document "How to use Django with Apache and mod_wsgi"
> Hello,
> have you set proper aliases in apache site config?
>
> Alias /robots.txt /path/to/mysite.com/st
ave
when I run this site on development server or when I just set DEBUG in
settings.py to True.
Dae James
From: Tomas Ehrlich
Date: 2012-10-19 00:48
To: django-users
Subject: Re: Question in document "How to use Django with Apache and mod_wsgi"
Hello,
have you set proper aliases
Hello,
have you set proper aliases in apache site config?
Alias /robots.txt /path/to/mysite.com/static/robots.txt
Alias /favicon.ico /path/to/mysite.com/static/favicon.ico
AliasMatch ^/([^/]*\.css) /path/to/mysite.com/static/styles/$1
Alias /media/ /path/to/mysite.com/media/
Alias /static/ /path
3 matches
Mail list logo