> > 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
Ray, That sounds like it work work. The only thing I am having a hard time understanding is how the request is made from the php script to Django. Would it be best to make the request to the localhost using something like CURL? Thanks, Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---