Django - Deployment and Production
Given this production setting snippet:
DEBUG = False ALLOWED_HOSTS = ['myapp.com']What happens if a request comes from 'evil.com'?
