What to do, the site does not see the statics. The site is alwaysdata.com. The site loads, everything is fine, but does not see static files.
STATIC_URL = '/static/' STATIC_ROOT = '/home/treader/www/treader/static/' STATICFILES_DIRS = [ os.path.join(BASE_DIR, "static"), ] I made collectstatic, I collected everything (the 'admin' folder appeared in the static folder), but it does not appear on the site ( http://treader.alwaysdata.net/ ) Apache is on the server, you cannot change its config (no access). What to do?