hi all, how should I organize my configuration so that it's easy to have several django applications in the same apache (not as virtual domains!) and to move them from one position to another. I managed to configur apache to have several different django applications but I need to change the URL in templates accordingly. So I think I could have a variable in settings.py that points to the alias in the apache URL, then use the same variable in urlpattern (prepended to whatever I want to use as url) and use it in the templates to build urls inside templates.
Is this the way to go or are there cleaner and simpler ways? Thanks in advance sandro *:-) PS: I started using django 1 month ago. It 's a real pleasure... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---