Skip to content

Instantly share code, notes, and snippets.

@jayhale
Last active May 3, 2019 12:07
Show Gist options
  • Save jayhale/de9cdcd0e5c263aacfa7032f44b335dc to your computer and use it in GitHub Desktop.
Save jayhale/de9cdcd0e5c263aacfa7032f44b335dc to your computer and use it in GitHub Desktop.
Django on Zeit Now: now-django-example/now.json
{
"version": 2,
"name": "now-django-example",
"builds": [{
"src": "now_app/wsgi.py",
"use": "@ardnt/now-python-wsgi",
"config": { "maxLambdaSize": "15mb" }
}],
"routes": [{
"src": "/(.*)",
"dest": "now_app/wsgi.py"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment