pulumi-django-azure 1.0.42__py3-none-any.whl → 1.0.44__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-django-azure might be problematic. Click here for more details.
- pulumi_django_azure/settings.py +2 -0
- {pulumi_django_azure-1.0.42.dist-info → pulumi_django_azure-1.0.44.dist-info}/METADATA +4 -2
- {pulumi_django_azure-1.0.42.dist-info → pulumi_django_azure-1.0.44.dist-info}/RECORD +4 -4
- {pulumi_django_azure-1.0.42.dist-info → pulumi_django_azure-1.0.44.dist-info}/WHEEL +0 -0
pulumi_django_azure/settings.py
CHANGED
|
@@ -115,6 +115,8 @@ if IS_AZURE_ENVIRONMENT:
|
|
|
115
115
|
"level": "INFO",
|
|
116
116
|
"class": "logging.handlers.RotatingFileHandler",
|
|
117
117
|
"filename": "/home/LogFiles/django.log",
|
|
118
|
+
# Wait to open the file until the first emit; to prevent locking issues
|
|
119
|
+
"delay": True,
|
|
118
120
|
# 50 MB
|
|
119
121
|
"maxBytes": 52428800,
|
|
120
122
|
"backupCount": 5,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulumi-django-azure
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.44
|
|
4
4
|
Summary: Simply deployment of Django on Azure with Pulumi
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Keywords: django,pulumi,azure
|
|
@@ -19,7 +19,9 @@ Requires-Dist: django-azure-communication-email (>=1.4.0,<2.0.0)
|
|
|
19
19
|
Requires-Dist: django-environ (>=0.12.0,<0.13.0)
|
|
20
20
|
Requires-Dist: django-redis (>=6.0.0,<7.0.0)
|
|
21
21
|
Requires-Dist: django-storages[azure] (>=1.14.6,<2.0.0)
|
|
22
|
-
Requires-Dist: django-tasks[rq] (>=0.
|
|
22
|
+
Requires-Dist: django-tasks[rq] (>=0.9.0,<0.10.0)
|
|
23
|
+
Requires-Dist: psycopg-binary (>=3.2.11,<4.0.0) ; sys_platform == "win32"
|
|
24
|
+
Requires-Dist: psycopg[c] (>=3.2.11,<4.0.0) ; sys_platform == "linux"
|
|
23
25
|
Requires-Dist: pulumi (>=3.203.0)
|
|
24
26
|
Requires-Dist: pulumi-azure (>=6.28.0,<7.0.0)
|
|
25
27
|
Requires-Dist: pulumi-azure-native (>=3.8.0)
|
|
@@ -7,7 +7,7 @@ pulumi_django_azure/management/commands/purge_cache.py,sha256=yjMoNvEPFmtuZctOKX
|
|
|
7
7
|
pulumi_django_azure/management/commands/purge_cdn.py,sha256=8iLuqjndvreTHXRp37sjpvcNltdGTpwhY9YiQokS_P0,2095
|
|
8
8
|
pulumi_django_azure/management/commands/test_redis.py,sha256=_jQXmv48NSPVGrgGZTmASWm0WAWYhqt9HaE3XdJ22U4,10225
|
|
9
9
|
pulumi_django_azure/middleware.py,sha256=XykZAmilyCaZR_5mM950h2WI4053HRqr95LGV1p8uR0,2472
|
|
10
|
-
pulumi_django_azure/settings.py,sha256=
|
|
11
|
-
pulumi_django_azure-1.0.
|
|
12
|
-
pulumi_django_azure-1.0.
|
|
13
|
-
pulumi_django_azure-1.0.
|
|
10
|
+
pulumi_django_azure/settings.py,sha256=9fI_b0vdlvfZNU0LVIIJ4oQB3wrXdYeosfWqdrakQvw,6742
|
|
11
|
+
pulumi_django_azure-1.0.44.dist-info/METADATA,sha256=D5wXaSHAtf1XFHSiyMcjk9MS-ak8wTmpzfoFeIe95VU,9894
|
|
12
|
+
pulumi_django_azure-1.0.44.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
13
|
+
pulumi_django_azure-1.0.44.dist-info/RECORD,,
|
|
File without changes
|