Wednesday, January 11, 2012

Django static files on Heroku

After completing Django-Heroku Hello World, I realized that the static files were not served properly. I found this and after modifying urls.py like this it started working. Great!

1 comment:

Unknown said...

I would also recommend checking out my solution:
http://balzerg.blogspot.co.il/2012/09/staticfiles-on-heroku-with-django.html