Metadata-Version: 1.0
Name: django-partial-page
Version: 0.1.0
Summary: Middleware that extracts {% block-s %} from pages and sends them as JSON. This allows the clients update parts of the pages, which is useful for Ajax apps and sites using History.PushState.
    
    If /mypage/ has {% block main_content %} in the template, make a request /mypage/?partial=main_content, and you'll receive a JSON: {"main_content": "..."}.
    
Home-page: https://bitbucket.org/siberiano/django-partial-page/
Author: Dmitri Lebedev
Author-email: detail@ngs.ru
License: Public Domain
Description: UNKNOWN
Platform: UNKNOWN
