[Answered ]-Django on Webfaction: Serving static admin media files – configuration

1👍

I think you’re missing a trailing slash on the “Symbol link to static-only app”, it should be:

/home/myusername/webapps/mydjangoapp/lib/python2.5/django/contrib/admin/media/

(or at least, that’s what works for me at Webfaction).

If that doesn’t work – ask them, they’ve got really the most helpful support team of any hosting company I’ve used ever.

1👍

In your second point URL path entry would be /media/admin as you can see in webfaction-docs.

Their support is really good when you open a ticket or post a question in their django forums 🙂

Leave a comment