Steve,
This is a great idea that may work as a migration strategy from lot of other
portals/content management systems or even websites. I wonder whether there
is some wikispace where we can preserve migration strategies.

Dorai
www.thodla.com

On 9/5/07, Steve Potter <[EMAIL PROTECTED]> wrote:
>
>
>
> >
> > 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
>
>
>
>
> >
>


-- 
Dorai Thodla
www.thodla.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
-~----------~----~----~----~------~----~------~--~---

Reply via email to