Server Error (500)

Hello! I deployed a Django app and at first everything ran smoothly. Whole project consists of 4 apps which work perfectly fine with each other. After I deployed another app, which has no models, only views, which work with models of other apps, I am getting Server Error 500. I did create superuser, I tried to makemigrations and migrate but nothing was found. Logs do not show anything that could help. Localhost works perfectly fine. Please help!
UPD. If I change Debug to True, everything is working, but when I change to False I get the same error.

@Gleb there is not a lot of information here but since it stops working when DEBUG is False, it might be related to trailing slash.

You can review this answer to see if it resolves your issue. :slightly_smiling_face: