Metadata-Version: 2.4
Name: scout-ch-djangocms-who-is-who
Version: 0.1.1
Summary: This plugin serves to include the data generated by the Who-Is-Who application in a django-cms application
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi>=2026.4.22
Requires-Dist: django-cms>=5.0.4
Requires-Dist: pip>=25.3
Requires-Dist: requests>=2.32.5
Dynamic: license-file

# django CMS Who-Is-Who

**django CMS Who-Is-Who** allows users of a django CMS application to integrate the results of the [Who-Is-Who application](https://github.com/scout-ch/who-is-who) on an arbitrary webpage.

It serves soley as a connecting plugin and manages only the connection information required to load Who-Is-Who pages.

## Installation

- run `pip install scout-ch-djangocms-who-is-who`
- add `djangocms_who_is_who` to your `INSTALLED_APPS`
- run `python manage.py migrate djangocms_who_is_who`
