Thx Kenneth, Rohan, Melvyn.

I've arrived at something that works:

httpd.conf:
WSGIScriptAlias / /usr/local/django/projectName/apache/django.wsgi Alias /static /usr/local/django/projectName/static

So everything that's not a template lives under /usr/local/django/projectName/static. Is this ok? Does this mean when I link to say /static/foo.jpg in a template that foo.jpg is being served up by apache directly, ie not handled by wsgi?

I've noticed that the site is slower to load up than before django? Is this normal?

--
Matt Smith
http://www.mattsmith.org.nz
http://www.dogsciencenz.com


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to