Metadata-Version: 1.1
Name: django-dal
Version: 1.0.0
Summary: UNKNOWN
Home-page: https://github.com/MPASolutions/django-dal
Author: MPA Solutions
Author-email: info@mpasol.it
License: GNU GPLv3 License
Description: Django DAL
        ============
        
        .. image:: https://img.shields.io/github/issues/MPASolutions/django-dal.svg
            :target: https://github.com/MPASolutions/django-dal/issues
            :alt: Issues
        
        .. image:: https://img.shields.io/pypi/pyversions/django-dal.svg
            :target: https://img.shields.io/pypi/pyversions/django-dal.svg
            :alt: Py versions
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :target: https://raw.githubusercontent.com/MPASolutions/django-dal/master/LICENSE
            :alt: License
        
        
        Documentation
        -------------
        
        The full documentation is at https://django-dal.readthedocs.io.
        
        
        Quickstart
        ----------
        
        Install Django DAL:
        
        .. code-block:: bash
        
            $ pip install django-dal
        
        Add ``django-dal`` to your ``INSTALLED_APPS``
        
        .. code-block:: python
        
            INSTALLED_APPS = [
                # ...
                'django_dal',
                # ...
            ]
        
        
        Running Tests
        -------------
        
        Does the code actually work?
        
        .. code-block:: bash
        
            $ source <YOURVIRTUALENV>/bin/activate
            $ (myenv) $ pip install tox
            $ (myenv) $ tox
        
        
        Contributors
        ------------
        
        Here is a list of Django-DAL's contributors.
        
        .. image:: https://contributors-img.web.app/image?repo=MPASolutions/django-dal
            :target: https://github.com/MPASolutions/django-dal/graphs/contributors
            :alt: Contributors
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
