Django ActiveCollab application
Project description
Django application to integrate ActiveCollab issue reporting into Django based projects.
To use:
pip install django-activecollab-digger
add activecollab_digger to INSTALLED_APPS
add url(r'^digger/', include('activecollab_digger.urls')) to urls.py
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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-activecollab-digger-0.7.2.tar.gz
.
File metadata
- Download URL: django-activecollab-digger-0.7.2.tar.gz
- Upload date:
- Size: 734.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ab2dd360c344ad2e8594cea81db04c6a75a4eab72b46f980d2169be801b7a24 |
|
MD5 | fd67c69bacac5a649a8042be5cb2f27e |
|
BLAKE2b-256 | 26682775ac702f37176ed94ecae0ccf5da91dfc0017239bf8860dc7264bb9000 |
File details
Details for the file django_activecollab_digger-0.7.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_activecollab_digger-0.7.2-py2.py3-none-any.whl
- Upload date:
- Size: 737.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3aaa0dab7693077b5af8a6d333656ecb75744ff3d41fb36a86a8506c745d1535 |
|
MD5 | e51c54f5ce3605f5e3b069c29ebeb068 |
|
BLAKE2b-256 | 774bba55732b051bd725da2ef51dfa11c338148765a7ebe22213a47983e2d5f0 |