Metadata-Version: 2.1
Name: wagtailgridder
Version: 0.9.27
Summary: Gridder layout for the Django CMS Wagtail.
Home-page: https://github.com/wharton/wagtailgridder
Author: Timothy Allen
Author-email: tallen@wharton.upenn.edu
License: UNKNOWN
Description: # Wagtail Gridder
        
        Wagtail Gridder is a Bootstrap 4 enabled layout for the Wagtail CMS. Grid Items are created within categories, and displayed on a Grid Index Page. The JavaScript libraries Gridder and MixItUp are included.
        
        # Requirements
        
        * Django >= 1.9
        * Wagtail >= 1.9 (for ParentalManyToMany)
        * Bootstrap >= 3 (optimized for Bootstrap 4; templates can be modified)
        
        # Installation
        
            pip install wagtailgridder
        
        # Settings
        
            WAGTAILGRIDDER_CLEAR_CACHE = False
        
        The default Wagtail Gridder template caches the grid display area to reduce the number of queries performed. Setting `WAGTAILGRIDDER_CLEAR_CACHE = True` in your Django settings will clear the **entire** Django cache after a page is edited. This approach is necessary, as Django does not currently support deletion from the cache by pattern. Setting this to `True` will clear your cache every time you save a Wagtail page. If anyone knows of a better solution that works for Django's supported cache systems, please let us know!
        
        # Screenshots
        
        ## Grid Index Page:
        
        ![Grid Index Page](https://raw.githubusercontent.com/wharton/wagtailgridder/master/img/grid_index_page.jpg)
        
        ## Grid Index Page, with Grid Item expanded:
        
        ![Grid Index Page, with Grid Item expanded](https://raw.githubusercontent.com/wharton/wagtailgridder/master/img/grid_index_page_expanded.jpg)
        
        ## Optional featured hero region:
        
        ![Optional featured hero region](https://raw.githubusercontent.com/wharton/wagtailgridder/master/img/featured_hero.jpg)
        
        ## Grid Item landing page:
        
        ![Grid Item landing page](https://raw.githubusercontent.com/wharton/wagtailgridder/master/img/grid_item.jpg)
        
        ## Editing a Grid Item:
        
        ![Editing a Grid Item](https://raw.githubusercontent.com/wharton/wagtailgridder/master/img/edit_grid_item.jpg)
        
        ## Editing a Grid Index Page:
        
        ![Editing a Grid Index Page](https://raw.githubusercontent.com/wharton/wagtailgridder/master/img/edit_grid_index_page.jpg)
        
        # Release Notes
        
        ## 0.9.19
        
        * Wagtail 2.0 compatibility.
        * Bugfix: a bad relation in `search_fields` of GridIndexPage caused problems for Elastic Search.
        
        # Contributors
        
        * [Timothy Allen](https://github.com/FlipperPA)
        * [Charles Rejonis](https://github.com/rejonis)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
