Metadata-Version: 2.1
Name: integreat-cms
Version: 2022.12.2
Summary: Content Management System for the Integreat App
Home-page: https://integreat-app.de/en/
Author: Tür an Tür – Digitalfabrik gGmbH
Author-email: tech@integreat-app.de
License: Apache License 2.0
Project-URL: Funding, https://integreat-app.de/en/donation/
Project-URL: Documentation, https://digitalfabrik.github.io/integreat-cms/
Project-URL: Issues, https://github.com/digitalfabrik/integreat-cms/issues
Project-URL: Source Code, https://github.com/digitalfabrik/integreat-cms
Project-URL: Release Notes, https://digitalfabrik.github.io/integreat-cms/changelog.html
Keywords: integreat,cms,django,e-government,newcomers,refugees,multilingual
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

[![CircleCI](https://circleci.com/gh/digitalfabrik/integreat-cms.svg?style=shield)](https://circleci.com/gh/digitalfabrik/integreat-cms)
[![Pylint](https://img.shields.io/badge/pylint-10.00-brightgreen)](https://www.pylint.org/)
![Coverage](https://img.shields.io/codeclimate/coverage/digitalfabrik/integreat-cms)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# Integreat Django CMS

[![Logo](https://integreat-app.de/wp-content/themes/integreat/images/integreat-app-logo.png)](https://integreat-app.de/en/)

[Integreat - The mobile guide for newcomers.](https://integreat-app.de/en/) Multilingual. Offline. Open Source.

This content management system helps local integration experts to provide multilingual information for newcomers.

## TL;DR

### Prerequisites

Following packages are required before installing the project (install them with your package manager):

* python3.7
* python3-pip
* [PostgreSQL](https://www.postgresql.org/) database server
* [Apache2](https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/modwsgi/) server with `mod_wsgi`

### Installation

```
pip install integreat-cms
```

## Documentation

For detailed instructions, tutorials and the source code reference have a look at our great documentation:

https://digitalfabrik.github.io/integreat-cms/


