Metadata-Version: 1.1
Name: django-bstrap-modals
Version: 2.4.0
Summary: Template and Javascript tools for working with Bootstrap 4 Modals
Home-page: https://github.com/cltrudeau/django-bstrap-modals
Author: Christopher Trudeau
Author-email: ctrudeau+pypi@arsensa.com
License: MIT
Description: django-bstrap-modals
        ********************
        
        A small library to help write Bootstrap 4 modals. It includes some base
        templates and some Javascript functions for quickly creating and displaying
        the dialogs.
        
        
        Installation
        ============
        
        .. code-block:: bash
        
            $ pip install django-bstrap-modals
        
        Include ``bsmodals`` in your ``INSTALLED_APPS`` and make sure that your
        ``APP_DIRS`` setting inside of the ``TEMPLATES`` list is set to ``True``.
        
        Supports
        ========
        
        django-bstrap-modals has been tested with:
        
        * Django 2.2.14 using Python 3.6
        * Django 3.0.8 using Python 3.6
        
        Due to the fact that it is a few templates and some Javascript, testing is
        currently manual, it likely works in other versions. Uses the new-style load
        static template tag, so may have problems prior to Django 2.1.
        
        Docs & Source
        =============
        
        Docs: http://django-bstrap-modals.readthedocs.io/en/latest/
        
        Source: https://github.com/cltrudeau/django-bstrap-modals
        
Keywords: django,bootstrap,modal
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
