0👍
Try adding: from obras.urls import urlpatterns as obras_urlpatterns to the urls.py. I’ll bet that it fails, and that the issue is the PYTHONPATH in production isn’t finding the obras app. Make sure you have it set correctly.
Source:stackexchange.com