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 🙂
- [Answered ]-Form mixin for a modelform?
- [Answered ]-How to find foreign key meta data in Django
- [Answered ]-Open text file stored as record in Django db
- [Answered ]-Django login to previous page
- [Answered ]-Order by count of ManyToMany field in django
Source:stackexchange.com