Changes between Initial Version and Version 1 of Ticket #29571, comment 1


Ignore:
Timestamp:
Jul 18, 2018, 8:58:40 AM (6 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29571, comment 1

    initial v1  
    1 In production, the one serving your static files should be your web server not Django, and so the web server shoudl be in business of reporting 404 or other error.s
     1In production, the one serving your static files should be your web server not Django, and so the web server should be in business of reporting 404 or other errors.
    22
    3 That, or there is some missing in your description of your setup.
     3That, or there is some missing part in your description of your setup.
    44
    55Generally speaking and following best practices, no Python code should be running as part of the request cycle for static assets.
    66
    7 Do you get any more details (full tracceback, etc.) about the root reason for the 500 status error from email reporting?  https://docs.djangoproject.com/en/2.0/howto/error-reporting/#server-errors
     7Do you get any more details (full traceback, etc.) about the root reason for the 500 status error from email reporting?  https://docs.djangoproject.com/en/2.0/howto/error-reporting/#server-errors
    88
    9 I'm closing , please reopen if you find the failure is actually in Django and if you can provide the above information.
     9I'm closing this, please reopen if you find the failure is actually in Django and if you can provide the above information.
Back to Top