- Databases. Set DATABASES to your production database.
- Allowed hosts. Set ALLOWED_HOSTS to the list of domain names to be served by this Django installation. It should be the same list as that listed in nginx’s server_name or in apache’s ServerName and ServerAlias.
[Read more…] about Checklist for Django settings on deployment