Socket
Socket
Sign inDemoInstall

django-autotask

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

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.


Maintainers
1

Readme

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

©2018 Kerkhoff Technologies Inc.

Keywords

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc