All Projects → pyupio → pyup-django

pyupio / pyup-django

Licence: MIT license
Displays a red warning banner if you are running an insecure Django release.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

safety

PyPi Travis

About

Displays a red warning banner if you are running an insecure Django release.

insecure

Installation

Install pyup-django with pip:

pip install pyup-django

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

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

How does it work?

pyup-django extends the admin base template and checks https://pyup.io/api/v1/insecure/django/ if the currently installed Django release is insecure.

Requests to the API are cached for 24 hours and won't leak any sensitive information other than the servers IP address.

Support

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].