Morning everyone
Stupid question number 243

I've been asked to server up a crossdomain.xml file at the root of our web
sites so that another team of developers can access our data via Flash.

How do I set that up in the urls.py file?  I use one urls.py file for many
web sites so it would be far easier to put it in here.

I've got to this bit but can't think how I can tell the app to serve the doc
from the root folder

urlpatterns = patterns('',
(r'^crossdomain.xml', What goes in here?)
)

We're using a really old version of django for these sites, I think it's
revision 5643, foof, old as.

Any help, greatly appreciated.

--~--~---------~--~----~------------~-------~--~----~
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