Add pyup-django to warn me if Django's dangerously outdated

This commit is contained in:
Danielle McLean 2018-05-09 21:00:30 +10:00
parent b32cefe762
commit c55f437885
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240
3 changed files with 30 additions and 1 deletions

View file

@ -63,6 +63,7 @@ SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
INSTALLED_APPS = [
'lemoncurry',
'pyup_django',
'django.contrib.admin',
'django.contrib.admindocs',