Metadata-Version: 2.1
Name: integreat-cms
Version: 2021.11.0b0
Summary: Content Management System for the Integreat App
Home-page: http://github.com/Integreat/
Author: Integreat App Project
Author-email: info@integreat-app.de
License: GPL-2.0-or-later
Description: [![CircleCI](https://circleci.com/gh/Integreat/integreat-cms.svg?style=shield)](https://circleci.com/gh/Integreat/integreat-cms)
        [![Pylint](https://img.shields.io/badge/pylint-10.00-brightgreen)](https://www.pylint.org/)
        [![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://integreat.github.io/integreat-cms/
        
Keywords: Django Integreat CMS
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
