我正在使用 virtualenv,但我无法让静态文件在我的 django 上工作,
# 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的目录结构吗