screen python manage.py gunicorn &
That is an anti-pattern. Granted he didn't really explain it so well.
Your example is btw the advanced version. Many people just ssh on the host, fire up screen and start their server inside.
screen python manage.py gunicorn &
That is an anti-pattern. Granted he didn't really explain it so well.