Deployment - santosh/personalweb GitHub Wiki
Before deploying any Django application into the wild, you must follow up some checks. The official Django checklist can be found at Django Docs.
manage.py check --deploy
Run following before anything else.
python manage.py check --deploy
It will check for production level requirements in your application.