我使用的virtualenv,我不能讓staticfiles在我的Django的工作,staticfiles和STATIC_URL與virrtualenv - 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
如何獲得我的靜態文件工作?我加你的Django項目內的virtenv