Skip to content

Commit 1352858

Browse files
authored
Update Django doc link to 2.2
1 parent 2976567 commit 1352858

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Require all granted
9292

9393
I won't explain how to setup HTTPS and let's encrypt TLS certificate, but you should use and force use of HTTPS for security reasons.
9494

95-
For more information about how to deploy a Django app, please see: https://docs.djangoproject.com/en/1.11/howto/deployment/ and https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Deployment
95+
For more information about how to deploy a Django app, please see: https://docs.djangoproject.com/en/2.2/howto/deployment/ and https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Deployment
9696

9797
### Test connecting to the application
9898

@@ -102,4 +102,4 @@ You should be able to log-in and create your first petition.
102102

103103
Then when the petition is created, you can access it via http://petition.yourdomain.tld/ which will always redirect to the last created petition.
104104

105-
If you try this URL before creating a petition you will get an error.
105+
If you try this URL before creating a petition you will get an error.

0 commit comments

Comments
 (0)