Forums

Django collectstatic

Hi, I had problem load js and CSS file for Django admin page, any suggestions for solving this? I tried to collect Django static file through the console with command 'collectstatic' but I got: "Permission denied: '/private' " Any suggestions?

Have a look at http://help.pythonanywhere.com/pages/DjangoStaticFiles/ and http://help.pythonanywhere.com/pages/DebuggingStaticFiles/