Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Commit fbc44e2

Browse files
author
James Hale
committed
Upgrading Django
1 parent 32291be commit fbc44e2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The `now-python-wsgi` builder will look for a `requirements.txt` file and will
126126
install any dependencies found there, so we need to add one to the project:
127127
```
128128
# requirements.txt
129-
Django==2.1.7
129+
Django==2.2.4
130130
```
131131

132132

now.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": 2,
33
"name": "now-django-example",
44
"builds": [{
5-
"src": "index.py",
5+
"src": "now_app/wsgi.py",
66
"use": "@ardnt/now-python-wsgi",
77
"config": { "maxLambdaSize": "15mb" }
88
}],

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Django==2.1.7
1+
Django==2.2.4

0 commit comments

Comments
 (0)