hi guys,

let's assume i have my urls configured as follows:

http://www.some_site.com/my_apps/app1/show_something/
http://www.some_site.com/my_apps/app2/show_something/

and some day i have to move them:

http://www.some_site.com/someone/told/me/to/move/them/my_apps/app1/show_something/
http://www.some_site.com/someone/told/me/to/move/them/my_apps/app2/show_something/

is there some easy way of migration from my original configuration to
the final form?

of course i can manually change urls.py and every links in my
templates which refer to absolute urls eg:

<a href="/my_apps/app1/show_something/">app 1</a> to:
<a href="/someone/told/me/to/move/them/my_apps/app1/
show_something/">app 1</a>

but i think it shouldn't be done that way

cheers,
skink


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to