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. > > > 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 > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/67b937d6-90b7-4d70-a720-f3e4db7d8953%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

