管理静的ファイル(css、javascript、image)に問題があります...この正しいテンプレートを表示できません...
OS:Ubuntu 12.10 / Apache2 / mod_wsgi / Django 1.4
私のapacheconfiggile:
<VirtualHost *:80>
WSGIScriptAlias / /var/www/myhost.com/apache/buzzbal.wsgi
ServerName www.myhost.com
Alias /static /var/www/myhost.com/static/
<Directory /var/www/myhost.com/>
Order allow,deny
Allow from all
</Directory>
</VirtualHost>