pyup-django checks your installed dependencies for known security vulnerabilities and displays them in the admin area.
Project description
*Note: pyup-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](https://img.shields.io/pypi/v/pyup-django.svg)](https://pypi.python.org/pypi/pyup-django)
[![Travis](https://img.shields.io/travis/pyupio/pyup-django.svg)](https://travis-ci.org/pyupio/pyup-django)
# About
Checks your installed Django release for known security vulnerabilities and displays a warning in the admin area.
# 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',
]
```
# Screenshots
![secure](secure.png)
![insecure](insecure.png)
# Support
If you are using `pyup-django` in one of your projects, please consider getting a paid
[pyup.io](https://pyup.io) account. This is what makes projects like this possible.
[![PyPi](https://img.shields.io/pypi/v/pyup-django.svg)](https://pypi.python.org/pypi/pyup-django)
[![Travis](https://img.shields.io/travis/pyupio/pyup-django.svg)](https://travis-ci.org/pyupio/pyup-django)
# About
Checks your installed Django release for known security vulnerabilities and displays a warning in the admin area.
# 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',
]
```
# Screenshots
![secure](secure.png)
![insecure](insecure.png)
# Support
If you are using `pyup-django` in one of your projects, please consider getting a paid
[pyup.io](https://pyup.io) account. This is what makes projects like this possible.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyup-django-0.2.1.tar.gz
(5.2 kB
view hashes)
Built Distribution
Close
Hashes for pyup_django-0.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5463f1c2649f84698a7063b6dcde453a11bb6413f880a17d129eefd06b01f85 |
|
MD5 | f9689aba910cf590893f828aa5c3ae72 |
|
BLAKE2b-256 | c640047de2e12abdf6632a589f8807f607ab802799539d0e6646f0fd59698f96 |