> So we want to think about if the app_pefix can be easily changed or remapped.

Can't you just use "include"?
urlpatterns = patterns('',
    ('^%s/' % app_prefix, include('app.urls')),
)

Pretty flexible, pretty simple, and already there!

 -rob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to