On 07-Feb-07, at 2:12 PM, skink wrote:

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

dont use absolute urls in templates.
>
> <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>

in both cases the url in the template should be '/app1/blah/'
>
> but i think it shouldn't be done that way

so the only place you need to change anything is in settings.py

-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/



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