Metadata-Version: 1.1
Name: django-gitlab-logging
Version: 0.1.2
Summary: A logging handler that opens GitLab issues on server error.
Home-page: https://github.com/valeriansaliou/django-gitlab-logging
Author: Valérian Saliou
Author-email: valerian@valeriansaliou.name
License: MIT - http://opensource.org/licenses/mit-license.php
Description: django-gitlab-logging
        =====================
        
        ## Configuration
        
        # GitLab options
        GITLAB_HOST = 'https://gitlab.server.tld'  # Beware: no trailing slash there!
        GITLAB_USER = 'gitlab.user'
        GITLAB_TOKEN = 'USER_GITLAB_TOKEN'
        GITLAB_PROJECT_ID = 114                    # Grep the project ID from the DB
        GITLAB_ASSIGNEE_ID = 2                     # Grep the assignee ID from the DB (optional, you can leave drop this parameter)
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
