Re: django, mod_wsgi, apache and sharing media files (video) from a separate directory

2014-04-20 Thread Ramón Carrillo
Hi Adam, >From your settings.py I guess the expanded url is something like /PROYECTOS/file.xyz, right? But, in your Apache alias your are serving the url /proyectos/ [0], and urls are case sensitive unless you're using mod_speling [1]. I think "Alias /PROYECTOS/ /PROYECTOS/" should do the

django, mod_wsgi, apache and sharing media files (video) from a separate directory

2014-04-20 Thread Adam Teale
Hi Guys, I am building a django app that runs out of my /Users/me/Dropbox directory. Localhost is pointed at my /Users/me/Sites directory. mod_wsgi installed. apache installed django installed and app working fine in development mode I am trying to embed media in a template This media