Metadata-Version: 2.1
Name: django-searchview-lib
Version: 1.0.5
Summary: SearchView is a multiple inheritance class of FormView and ListView
Home-page: https://github.com/Arisophy/django-searchview
Author: Arisophy
Author-email: arisophy@is-jpn.com
License: UNKNOWN
Description: # django-searchview
        SearchView is a multiple inheritance class of Form and ListView 
        
        When I wanted to make a Search Page with class based View of Django, the first choice was using FormView and ListView.
        But, I wanted to display search form and results list in one page.
        I needed a new view class, multiple inheritance from FormView and ListView.
        I searched for it, but I couldn’t find a good solution. So I made it by myself.
        
        see below.
        
        [DjangoSearchView/searchview](https://github.com/Arisophy/django-searchview/tree/master/DjangoSearchView/searchview)
        
        Code is simple and less than 100 steps. But it's very useful.
        
        ## How To Use
        
        https://gijutsu.com/en/2020/12/29/django-searchview-class/
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Requires-Python: >=3.6
Description-Content-Type: text/markdown
