Add pyup-django to warn me if Django's dangerously outdated
This commit is contained in:
parent
b32cefe762
commit
c55f437885
3 changed files with 30 additions and 1 deletions
|
@ -63,6 +63,7 @@ SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
|
|||
|
||||
INSTALLED_APPS = [
|
||||
'lemoncurry',
|
||||
'pyup_django',
|
||||
|
||||
'django.contrib.admin',
|
||||
'django.contrib.admindocs',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue