We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c7ddbe + 7d65d8b commit 38170f9Copy full SHA for 38170f9
zappa_settings.json
@@ -1,6 +1,6 @@
1
{
2
"prod": {
3
- "app_function": "your_application.app",
+ "app_function": "api.wsgi.application",
4
"aws_region": "PLACEHOLDER_REGION",
5
"s3_bucket": "zappa-PLACEHOLDER_PROJECT_NAME",
6
"django_settings": "api.settings",
0 commit comments