## django-autotask
Django app for working with Autotask. Defines models (tickets,
resources, accounts, etc.).
## Requirements
- Python 3.5
- Django 2.0
Other versions may work; we haven't tried.
## Installation
From source:
git clone git@github.com:KerkhoffTechnologies/django-autotask.git
cd django-autotask
python setup.py install
## Usage
1. Add to INSTALLED_APPS
```
INSTALLED_APPS = [
...
'djautotask',
...
]
```
## Testing
```
pip install --upgrade -r requirements_test.txt
```
Try one of:
./runtests.py
python setup.py test
make test
## Contributing
- Fork this repo
- Make a branch
- Make your improvements
Making migrations? Run:
```
./makemigrations.py
```
- Run the tests (see above)
- Make a pull request
## License
MIT
## Copyright
©2018 Kerkhoff Technologies Inc.
Raw data
{
"_id": null,
"home_page": "https://github.com/KerkhoffTechnologies/django-autotask",
"name": "django-autotask",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "django autotask rest api python",
"author": "Kerkhoff Technologies Inc.",
"author_email": "matt@kerkhofftech.ca",
"download_url": "https://files.pythonhosted.org/packages/9d/6b/dbb59908174f892404f4336e453546cd5b00bf638b0a7e451c6d3041e9e6/django-autotask-1.6.13.tar.gz",
"platform": null,
"description": "## django-autotask\n\nDjango app for working with Autotask. Defines models (tickets,\nresources, accounts, etc.).\n\n## Requirements\n\n- Python 3.5\n- Django 2.0\n\nOther versions may work; we haven't tried.\n\n## Installation\n\nFrom source:\n\n git clone git@github.com:KerkhoffTechnologies/django-autotask.git\n cd django-autotask\n python setup.py install\n\n## Usage\n\n1. Add to INSTALLED_APPS\n\n ```\n INSTALLED_APPS = [\n ...\n 'djautotask',\n ...\n ]\n ```\n\n\n## Testing\n\n```\npip install --upgrade -r requirements_test.txt\n```\n\nTry one of:\n\n ./runtests.py\n python setup.py test\n make test\n\n## Contributing\n\n- Fork this repo\n- Make a branch\n- Make your improvements\n\n Making migrations? Run:\n\n ```\n ./makemigrations.py\n ```\n\n- Run the tests (see above)\n- Make a pull request\n\n## License\n\nMIT\n\n## Copyright\n\n\u00a92018 Kerkhoff Technologies Inc.",
"bugtrack_url": null,
"license": "MIT",
"summary": "Django app for working with Autotask. Defines models (tickets, members, companies, etc.) and callbacks.",
"version": "1.6.13",
"project_urls": {
"Homepage": "https://github.com/KerkhoffTechnologies/django-autotask"
},
"split_keywords": [
"django",
"autotask",
"rest",
"api",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9d6bdbb59908174f892404f4336e453546cd5b00bf638b0a7e451c6d3041e9e6",
"md5": "cdb9f854bf79c345ed8e853a3e0620e7",
"sha256": "823f565b88943392a6b18a0de64d6b373d4413e4352f2062f0ad26584976007a"
},
"downloads": -1,
"filename": "django-autotask-1.6.13.tar.gz",
"has_sig": false,
"md5_digest": "cdb9f854bf79c345ed8e853a3e0620e7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 193915,
"upload_time": "2024-12-05T00:22:20",
"upload_time_iso_8601": "2024-12-05T00:22:20.286046Z",
"url": "https://files.pythonhosted.org/packages/9d/6b/dbb59908174f892404f4336e453546cd5b00bf638b0a7e451c6d3041e9e6/django-autotask-1.6.13.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-05 00:22:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "KerkhoffTechnologies",
"github_project": "django-autotask",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "requests",
"specs": []
},
{
"name": "django",
"specs": []
},
{
"name": "python-dateutil",
"specs": []
},
{
"name": "django-model-utils",
"specs": []
},
{
"name": "django-braces",
"specs": []
},
{
"name": "django-extensions",
"specs": []
},
{
"name": "retrying",
"specs": []
},
{
"name": "wheel",
"specs": []
},
{
"name": "pytz",
"specs": []
}
],
"tox": true,
"lcname": "django-autotask"
}