I'm using virtualenv and I can't get staticfiles to work on my 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',
)
My virtualenv directory is virt_env/virtFish
How do I get my staticfiles to work? do I add the directory structure of virtenv