Django app for working with Autotask. Defines models (tickets, members, companies, etc.) and callbacks.
Project description
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
-
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.
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
django-autotask-0.0.132a0.tar.gz
(197.8 kB
view details)
File details
Details for the file django-autotask-0.0.132a0.tar.gz.
File metadata
- Download URL: django-autotask-0.0.132a0.tar.gz
- Upload date:
- Size: 197.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c080cccc1fe3c54ef9db8fda5d927eeee9592322b628b3c1c90a0f9d1c91534
|
|
| MD5 |
0702df8eccf2b38aebd92c94b9377840
|
|
| BLAKE2b-256 |
f07c78e77173bd4468ff3495dda6ba61dbf1b2812c7a182f1fc26d9acaa729ae
|