Re: django1.8 collectstatic permission denied

2015-05-27 Thread Tim Graham
STATIC_ROOT should be the absolute path to the directory static files should be collected to. Example: "/var/www/example.com/static/" It looks like you set it to "/static" which probably doesn't exist (or at least your user doesn't have write privileges to it). On Wednesday, May 27, 2015 at 2:2

django1.8 collectstatic permission denied

2015-05-27 Thread sudhin babu
i am using ubntu14.04 copying admin static files to STATC_ROOT may solve this problem but how can i run this command successfully? (hackernews)junkuos@ hackernews$ ./manage.py collectstatic You have requested to collect static files at the destination location as specified in your settings: