Last active
May 3, 2019 12:07
-
-
Save jayhale/de9cdcd0e5c263aacfa7032f44b335dc to your computer and use it in GitHub Desktop.
Django on Zeit Now: now-django-example/now.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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