I have some confusion with the DjangoProject 1.6 Documentation for STATIC_ROOT
The absolute path to the directory where collectstatic will collect static files for deployment.
Example: "/var/www/example.com/static/"
Does this mean
The absolute path to the directory where collectstatic will collect static files from for deployment.
Or does it mean
The absolute path to the directory where collectstatic will collect static files to for deployment.
Seems like it could be either to me which is very confusing and makes a huge difference.
Any clarification will help me stop going mad.