## 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/1e/9c/ffd7953c048a9c3e6c91501671c0e1bca6cd8276247bf49cdd22b9a9b125/django-autotask-1.6.11.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.11",
"project_urls": {
"Homepage": "https://github.com/KerkhoffTechnologies/django-autotask"
},
"split_keywords": [
"django",
"autotask",
"rest",
"api",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1e9cffd7953c048a9c3e6c91501671c0e1bca6cd8276247bf49cdd22b9a9b125",
"md5": "bebf943d6f7624b1bb12022ee41ec045",
"sha256": "ee0fbfb98a9de96ab6e2288bbb4a0d289e047553040f4de14f69b8e4530afb2b"
},
"downloads": -1,
"filename": "django-autotask-1.6.11.tar.gz",
"has_sig": false,
"md5_digest": "bebf943d6f7624b1bb12022ee41ec045",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 193155,
"upload_time": "2024-11-13T20:12:55",
"upload_time_iso_8601": "2024-11-13T20:12:55.627582Z",
"url": "https://files.pythonhosted.org/packages/1e/9c/ffd7953c048a9c3e6c91501671c0e1bca6cd8276247bf49cdd22b9a9b125/django-autotask-1.6.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-13 20:12:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "KerkhoffTechnologies",
"github_project": "django-autotask",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "django-autotask"
}