{"id":26572950,"url":"https://github.com/kingsdigitallab/django-activecollab-digger","last_synced_at":"2025-07-09T23:33:28.347Z","repository":{"id":57418736,"uuid":"94761958","full_name":"kingsdigitallab/django-activecollab-digger","owner":"kingsdigitallab","description":"Django application to integrate ActiveCollab issue reporting into projects","archived":false,"fork":false,"pushed_at":"2017-07-12T15:12:17.000Z","size":1525,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-22T20:36:08.472Z","etag":null,"topics":["activecollab","django","reusable"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kingsdigitallab.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-19T09:50:49.000Z","updated_at":"2020-04-03T11:55:21.000Z","dependencies_parsed_at":"2022-09-12T12:33:16.928Z","dependency_job_id":null,"html_url":"https://github.com/kingsdigitallab/django-activecollab-digger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingsdigitallab%2Fdjango-activecollab-digger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingsdigitallab%2Fdjango-activecollab-digger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingsdigitallab%2Fdjango-activecollab-digger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingsdigitallab%2Fdjango-activecollab-digger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kingsdigitallab","download_url":"https://codeload.github.com/kingsdigitallab/django-activecollab-digger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040207,"owners_count":20551299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activecollab","django","reusable"],"created_at":"2025-03-23T00:36:47.939Z","updated_at":"2025-03-23T00:36:48.488Z","avatar_url":"https://github.com/kingsdigitallab.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"ActiveCollab Digger\n===================\n\nDjango application to integrate ActiveCollab issue reporting into Django based projects.\n\nTo use:\n\n#. ``pip install django-activecollab-digger``\n#. add ``activecollab_digger`` to ``INSTALLED_APPS``\n#. add ``url(r'^digger/', include('activecollab_digger.urls'))`` to ``urls.py``\n#. add the settings::\n\n    # ActiveCollab API URL\n    AC_BASE_URL = 'https://app.activecollab.com/COMPANY_ID'\n    AC_API_URL = AC_BASE_URL + '/api/v1/'\n    # ActiveCollab API token\n    AC_TOKEN = ''\n    # ActiveCollab project ID\n    AC_PROJECT_ID = 1\n    # ActiveCollab user ID to create the issues\n    AC_USER = 1\n#. in settings add the context processor ``activecollab_digger.context_processors.activecollab_digger`` to ``TEMPLATES['OPTIONS']['context_processors']``\n   \n\nNotes\n-----\n\n* The application needs to be behind authentication, having a ``LOGIN_URL`` setting should be enough in cases where the django admin is enabled\n* 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``.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingsdigitallab%2Fdjango-activecollab-digger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingsdigitallab%2Fdjango-activecollab-digger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingsdigitallab%2Fdjango-activecollab-digger/lists"}