Can a WordPress blog pull content from Django pages?
        Posted  
        
            by Leeks and Leaks
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Leeks and Leaks
        
        
        
        Published on 2010-04-15T16:42:30Z
        Indexed on 
            2010/04/15
            19:43 UTC
        
        
        Read the original article
        Hit count: 279
        
Say you have a WordPress theme you like, but want to make use of a bunch of Django code that's already written. Is there a good and easy, and performant way, of sucking in HTML that is output from Django and displaying it inline in a WordPress posting, or page without using browser frames? Any good examples of this?
© Stack Overflow or respective owner