pyup-django

pyup-django checks your installed dependencies for known security vulnerabilities and displays them in the admin area.


Keywords
pyup_django, django, security
License
MIT
Install
pip install pyup-django==0.4.0

Documentation

Note: safety-django is currently in its early stages. It's probably no even installable and likely that there are some false positives and missing packages.

PyPi Travis

About

Safety for Django checks your installed dependencies for known security vulnerabilities and displays them in the admin area.

Installation

Install safety-django with pip:

pip install safety-django

and add it to your INSTALLED_APPS, before django.contrib.admin

INSTALLED_APPS = [
    'safety_django',
    'django.contrib.admin',
]

Screenshots

secure insecure

Support

If you are using safety in one of your projects, please consider getting a paid pyup.io account. This is what makes projects like this possible.