DEV Community

Discussion on: Path Towards Deploying Django

Collapse
 
highcenburg profile image
Vicente G. Reyes

Great article, Max. I'm fairly new in Django Development and is currently deploying my first Django Site to production using Heroku. However, I'm having troubles loading the images (which is uploaded from the admin) on the site. I followed the this and this from heroku's site but it returns a 500 error.

Does Zappa handle static files better than Heroku?

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

From what I know for Zappa makes it easy for you to deploy your Django projects on AWS very easily.

If it's related to handling static files based upon their documentation they recommend multiple combinations of using amazon specific service which you might need to explore by yourself on it.