šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
DemoInstallSign in
Socket

django-autotask

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-autotask

Django app for working with Autotask. Defines models (tickets, members, companies, etc.) and callbacks.

1.7.3
PyPI
Maintainers
1

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

©2018 Kerkhoff Technologies Inc.

Keywords

django autotask rest api python

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts