The following APIs must be enabled in your project(s):
In this order:
project_id
parameter during client initializationPROJECT_ID
environment variableproject_id
from credentials
- Install packages:
make dependencies
- If you have changed the package dependencies in Pipfile:
make update
- In the application's pyproject.toml, add the remote private repository and the package with version:
[packages]
django-google-cloud-tasks = {version="<version>"}
- During development, if you wish to install from a local source (in order to test integration with ease):
# inside the application
poetry run pip install /<path>/<to>/<django-cloud-tasks>
To run tests:
make test
Use Semantic versioning.