Skip to content

Commit 8ee28bf

Browse files
authored
Merge pull request #46 from octue/update-docs-link
Updated documentation link in README
2 parents b82c8a9 + cea09f7 commit 8ee28bf

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
[![PyPI version](https://badge.fury.io/py/django_gcp.svg)](https://badge.fury.io/py/django_gcp)
22
[![codecov](https://codecov.io/gh/octue/django-gcp/branch/main/graph/badge.svg?token=H2QLSCF3DU)](https://codecov.io/gh/octue/django-gcp)
3-
[![Documentation](https://readthedocs.org/projects/django_gcp/badge/?version=latest)](https://django_gcp.readthedocs.io/en/latest/?badge=latest)
3+
[![Documentation](https://readthedocs.org/projects/django-gcp/badge/?version=latest)](https://django-gcp.readthedocs.io/en/latest/?badge=latest)
44
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
55
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
66

77
# DjangoGCP
88

9-
Helps you to run Django on Google Cloud Platform - Storage, PubSub and Tasks.
9+
Helps you to run Django on Google Cloud Platform:
10+
- Storage (including direct uploads)
11+
- Events (PubSub)
12+
- Tasks (ad-hoc and scheduled)
13+
- Logging (pretty colours and labels) and
14+
- Error Reporting.
15+
16+
Read the [documentation here](https://django-gcp.readthedocs.io/en/latest).
1017

11-
Read the [documentation here](https://django_gcp.readthedocs.io/en/latest).
12-
13-
This app is maintained by Octue - we're on a mission to help climate scientists and energy engineers be more efficient. [Find out more](https://www.octue.com).
14-
15-
If you need some help implementing or updating this, we can help! Raise an issue or [contact us](https://www.octue.com/contact).
18+
This app is maintained by Octue - we're on a mission to help climate scientists and energy engineers be more efficient. [Find out more](https://www.octue.com). If you need some help implementing ``django-gcp``, or wish to sponsor a feature or any of the issues on the board, we can help! Raise an issue or [contact us](https://www.octue.com/contact).
1619

1720
## Are you from GCP??
1821

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-gcp"
3-
version = "0.10.4"
3+
version = "0.10.5"
44
description = "Utilities to run Django on Google Cloud Platform"
55
authors = ["Tom Clark"]
66
license = "MIT"

0 commit comments

Comments
 (0)