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 the settings file to comply with the requirements of Apache?
And if it is possible can I still use the {%load staticfiles %} variable.
If this is possible, what would the relevant settings file entries be?
Thanks