I am currently working on a Django application, and planning to deploy with Heroku and gunicorn. I've been reading some documentation, and I'm a little confused over proper method to use either nginx or Amazon S3 to support static files and take Django off debug mode. I am currently working on a Django application,