Re: Django server and Apache serving static files

2014-12-09 Thread Collin Anderson
Hi, There's a good Apache example here if you haven't seen it. https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/modwsgi/#serving-files Collin On Monday, December 8, 2014 9:32:07 AM UTC-5, pythonista wrote: > > My apache admin is having problems serving static files to the django app.

Django server and Apache serving static files

2014-12-08 Thread pythonista
My apache admin is having problems serving static files to the django app. Apache is on its own server. My admin says that he needs a relative path defined in Django in order to get Apache to serve the static files from that server for the Django App Is it possible to define relative paths in