|
site.ru display static content as it should, but www.site.ru returns 500 error (in logs) while retrieving css. I cannot see any difference in domain configuration in project files, apache files or control panel. What do you think, where to look for this difference? |
|
Your Django app error logs in That said, you shouldn't be serving static files directly from your Django app - instead, you should serve them from a separate static app. Here are some documents that you may find helpful: Hope that helps! |