google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

Media doesn't resolve under wsgi as it does under runserver #217

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Clone a project, syncdb and runserver.. verify that all is ok
2. Configure under wsgi/virtualhost/apache2 - site working (see 
http://bursaria.net.au)
3.

What is the expected output? What do you see instead?
The media from the pinax/media directory is not being loaded.

What version of the product are you using? On what operating system?
0.7b

Please provide any additional information below.
I'm wondering whether I need to create more virtualhost aliases, or symlinks?  
However, these 
methods don't seem quite right to me.

Original issue reported on code.google.com by d%antoni...@gtempaccount.com on 18 Apr 2009 at 12:45

GoogleCodeExporter commented 9 years ago
Did you use the build_media management command to collect the media files in 
the MEDIA_ROOT directory? 
Also see http://pinaxproject.com/docs/dev/media.html

Original comment by leidel on 18 Apr 2009 at 9:05