At 4:59 AM +0000 9/5/07, Steve Potter wrote: >... you have many different modules, each of them being a separate >application that >functions independently of the others, but they are all displayed on >one page. >I want to be able to convert these modules one by one without having >to replace the underlying Joomla system until I have finished >converting all of the modules.
Try coding each module as a Django template tag. Then, create a template that returns an html fragment rather than a full html page. Associate each rendered template with a specific URL. Perhaps something like: mysite.com/components/module1.html In Joomla, create a plug-in that simply calls the component. As you migrate away from Joomla to Django, simply use the template tag directly in your Django template so you don't need to make the extra call. --Ray -- Raymond Cote Appropriate Solutions, Inc. PO Box 458 ~ Peterborough, NH 03458-0458 Phone: 603.924.6079 ~ Fax: 603.924.8668 rgacote(at)AppropriateSolutions.com http://www.AppropriateSolutions.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---