Skip to main content

Django ActiveCollab application

Project description

Django application to integrate ActiveCollab issue reporting into Django based projects.

To use:

  1. pip install django-activecollab-digger

  2. add activecollab_digger to INSTALLED_APPS

  3. add url(r'^digger/', include('activecollab_digger.urls')) to urls.py

  4. add the settings:

    AC_BASE_URL = 'https://app.activecollab.com/COMPANY_ID/api/v1/'
    AC_TOKEN = ''
    AC_PROJECT_ID = 1
    AC_USER = 1

Notes

The application needs to be behind authentication.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-activecollab-digger-0.3.2.tar.gz (843.8 kB view hashes)

Uploaded Source

Built Distribution

django_activecollab_digger-0.3.2-py2.py3-none-any.whl (999.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page