Configure application for production
Created by: wasabideveloper
- file permissions
- ...
- No default users
- Fill out ALLOWED_HOSTS = []
- create "new" SECRET_KEY
- turn off Debug mode
-> Follow https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/