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.160a0.tar.gz
(177.3 kB
view hashes)
Built Distribution
django_autotask-0.0.160a0-py3.8.egg
(317.5 kB
view hashes)
Close
Hashes for django-autotask-0.0.160a0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd1fff6cc554498941d7ebca8cc80546f8f1335288d9178cb846569ad272a09e |
|
MD5 | fa459ead0ba96292f255595f4d081aee |
|
BLAKE2b-256 | 6875df1e606d1cfedaad5d8d0bd2038a6c775c5a94e3c207f3fbc162369fba8c |
Close
Hashes for django_autotask-0.0.160a0-py3.8.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1134672560c83c366a93e9f4d94dd431475ce8b589252359df699180a874d96 |
|
MD5 | 849b2afd640a575e8649c23b2c925ef2 |
|
BLAKE2b-256 | 32d256fdbc4afbcbff84434b8698fbb3db5270ff12ac33a77affe03a6d66287f |