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:

    # ActiveCollab API URL
    AC_BASE_URL = 'https://app.activecollab.com/COMPANY_ID'
    AC_API_URL = AC_BASE_URL + '/api/v1/'
    # ActiveCollab API token
    AC_TOKEN = ''
    # ActiveCollab project ID
    AC_PROJECT_ID = 1
    # ActiveCollab user ID to create the issues
    AC_USER = 1
  5. in settings add the context processor activecollab_digger.context_processors.activecollab_digger to TEMPLATES['OPTIONS']['context_processors']

Notes

  • The application needs to be behind authentication, having a LOGIN_URL setting should be enough in cases where the django admin is enable

  • In Python version lower than 2.7.9 pip install may not install all the dependencies, this is due to an issue with setuptools. To work around it install/update the packages appdirs packaging setuptools six.

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.7.2.tar.gz (734.9 kB view details)

Uploaded Source

Built Distribution

django_activecollab_digger-0.7.2-py2.py3-none-any.whl (737.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-activecollab-digger-0.7.2.tar.gz.

File metadata

File hashes

Hashes for django-activecollab-digger-0.7.2.tar.gz
Algorithm Hash digest
SHA256 9ab2dd360c344ad2e8594cea81db04c6a75a4eab72b46f980d2169be801b7a24
MD5 fd67c69bacac5a649a8042be5cb2f27e
BLAKE2b-256 26682775ac702f37176ed94ecae0ccf5da91dfc0017239bf8860dc7264bb9000

See more details on using hashes here.

File details

Details for the file django_activecollab_digger-0.7.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_activecollab_digger-0.7.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3aaa0dab7693077b5af8a6d333656ecb75744ff3d41fb36a86a8506c745d1535
MD5 e51c54f5ce3605f5e3b069c29ebeb068
BLAKE2b-256 774bba55732b051bd725da2ef51dfa11c338148765a7ebe22213a47983e2d5f0

See more details on using hashes here.

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