Metadata-Version: 2.1
Name: acdh-django-browsing
Version: 1.3
Summary: Django-App providing some useful things to create browsing views
Home-page: https://github.com/acdh-oeaw/acdh-django-browsing
Author: Peter Andorfer
Author-email: peter.andorfer@oeaw.ac.at
License: MIT License
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
License-File: LICENSE.txt

=============================
acdh-django-browsing
=============================

.. image:: https://badge.fury.io/py/acdh-django-browsing.svg
    :target: https://badge.fury.io/py/acdh-django-browsing

Django-App providing some useful things to create browsing views


Quickstart
----------

Install acdh-django-browsing:

    pip install acdh-django-browsing

Add it to your `INSTALLED_APPS`:

.. code-block:: python

    INSTALLED_APPS = (
        ...
        'browsing',
        ...
    )

build and publish

rm -rf ./dist
python setup.py sdist bdist_wheel
twine upload dist/*



