Skip to content

Commit 38170f9

Browse files
authored
Merge pull request #44 from DevOps-Cloud-Team5/SCRUM-92_cf
fix zappa issue
2 parents 5c7ddbe + 7d65d8b commit 38170f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zappa_settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"prod": {
3-
"app_function": "your_application.app",
3+
"app_function": "api.wsgi.application",
44
"aws_region": "PLACEHOLDER_REGION",
55
"s3_bucket": "zappa-PLACEHOLDER_PROJECT_NAME",
66
"django_settings": "api.settings",

0 commit comments

Comments
 (0)