virtualenv を使用していますが、django で staticfiles を動作させることができません。
# URL prefix for static files.
# Example: "http://media.lawrence.com/static/"
STATIC_URL = '/static/'
# Additional locations of static files
STATICFILES_DIRS = (
# Put strings here, like "/home/html/static" or "C:/www/django/static".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
'/home/brian/Projects/RaffleFish/static',
)
私の virtualenv ディレクトリは virt_env/virtFish です
静的ファイルを機能させるにはどうすればよいですか? virtenv のディレクトリ構造を追加しますか?