brunitto / hello-django

A simple web application template.
0 stars 0 forks source link

Add support for static files #11

Open brunitto opened 2 years ago

brunitto commented 2 years ago

A recommended setup is to use both Nginx and Gunicorn in the production environment, but AWS App Runner does not support more than one container, and although possible, we chose not to run both in the same container, as it might become bloated and hard do manage.

A better option is to use CDNs and maybe a Django remote storage source, like S3.