django-autotask
Django app for working with Autotask. Defines models (tickets, resources, accounts, etc.).
Requirements
- Python 3.12, 3.13 or 3.14
- Django 4.2, 5.2 or 6.0
- PostgreSQL (the models declare
GinIndexindexes)
Other versions may work; we haven't tried.
Installation
From source:
git clone git@github.com:KerkhoffTechnologies/django-autotask.git
cd django-autotask
pip install .
Usage
-
Add to INSTALLED_APPS
INSTALLED_APPS = [ ... 'djautotask', 'django.contrib.postgres', ... ]django.contrib.postgresis required: our models declareGinIndexindexes, and as of Django 6.0 thepostgres.E005system check fails if the app is not installed.
Testing
pip install --upgrade -r requirements_test.txt
Try one of:
./runtests.py
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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_autotask-1.18.0.tar.gz.
File metadata
- Download URL: django_autotask-1.18.0.tar.gz
- Upload date:
- Size: 280.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c311bce290b71b1f11ef6b7a0d47589b94629d8574077519cad1bdd0b165bd1c
|
|
| MD5 |
6df7f2b6a98bebaaaaf38b2d5d4defd8
|
|
| BLAKE2b-256 |
dc0d8c47ed92eb3434a91b7b9fadabfb7912e78c25ebb30568f150ac2d25336f
|
File details
Details for the file django_autotask-1.18.0-py3-none-any.whl.
File metadata
- Download URL: django_autotask-1.18.0-py3-none-any.whl
- Upload date:
- Size: 480.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fff4ffb747bfbe86fccea956e83740963b743d5f2240b327937517fc11debdbe
|
|
| MD5 |
9503c90f9f1eae54db4a19c5d38c68ce
|
|
| BLAKE2b-256 |
6e60f7213653eef3d84dff3287bc94b53493221bdc63ff9c13fecdc3a4328ef5
|