Forums

Help troubleshooting 500 error

I recently added updates to my Django (1.7) project's templates and static files, ran a python manage.py collectstatic command, and now I just get 500 errors when trying to access any page of my site. I can't imagine why templates or static files would cause a 500 error. I checked the error logs but there's nothing there; nothing out of the ordinary in the server log either. Static root has been configured, and all of my static files are there. Any ideas for trying to debug this problem?

Have you tried reloading the app?