Skip to content

Commit 4ed53b4

Browse files
authored
Merge pull request #18 from octue/fix/add-default-app-config
Add default app config so task manager initialised correctly
2 parents 1e5c0bf + ba567f2 commit 4ed53b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

django_gcp/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
default_app_config = "django_gcp.apps.DjangoGcpAppConfig"

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.7.0"
3+
version = "0.7.1"
44
description = "Utilities to run Django on Google Cloud Platform"
55
authors = ["Tom Clark"]
66
license = "MIT"

0 commit comments

Comments
 (0)