Skip to content

Commit aca73a8

Browse files
committed
fix python 2.7 EOL date
1 parent ccc0a23 commit aca73a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/posts/180202-monitor-django-web-apps.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: monitor-django-projects-web-apps-rollbar
33
meta: Add a monitoring service to Django-based web applications using a hosted service such as Rollbar.
44
category: post
55
date: 2018-02-02
6-
modified: 2018-04-16
6+
modified: 2018-05-11
77
newsletter: False
88
headerimage: /img/180202-monitor-django/header.jpg
99
headeralt: Django and Rollbar logos, copyright their respective owners.
@@ -27,7 +27,7 @@ You can also check out a list of other hosted and open source tools on the
2727

2828
## Our Tools
2929
[Python 3](/python-2-or-3.html) is strongly recommended for this tutorial
30-
because Python 2 will no longer be supported starting January 1, 2019.
30+
because Python 2 will no longer be supported starting January 1, 2020.
3131
[Python 3.6.4](https://www.python.org/downloads/release/python-364/) to
3232
was used to build this tutorial. We will also use the following
3333
[application dependencies](/application-dependencies.html) to build

0 commit comments

Comments
 (0)