Hi, I have searched to no avail and decided to post here.

I have a django app that is going to have multiple domain names and
would very much like to use the domain name in the urls.py to help
with routing.  I have been unable to find a built in way of using this
and wanted to see if anyone else is doing this before i get into the
urls internals and hack it up.  I would like to do something like
this:

(r'^something.com/foo', include('something.urls')),

Can anyone point me in the right direction?  Thanks much!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to