1👍
✅
In order to hide
example.herokuapp.com
from the django live site
example.com
set
ALLOWED_HOSTS=['example.com']
For polishing the website to the top detail, create beautiful custom 500.html template.
Source:stackexchange.com