Forums

Problems with static files

I can’t configure my static files. I’ve got the web app without css, etc. My static files are in a folder called static and inside this folde is one new folder for css, js,.. and other for admin. I follow the steps for configure static root but I don’t know how to solve the problem. Any idea?

Your static file settings look really strange; you've defined a static route with the URL "/static", but haven't specified a directory for it, and then you've defined another separate one with a URL that looks like a directory, but which also doesn't have a directory specified.

I suspect that what you need to do is just have one line in that table, with the first column set to the URL "/static" and the second set to the directory.

It’s solved. Thank you.

Thanks for letting us know!