safety-django checks your installed dependencies for known security vulnerabilities and displays them in the admin area.
Project description
*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](https://img.shields.io/pypi/v/safety-django.svg)](https://pypi.python.org/pypi/safety-django)
[![Travis](https://img.shields.io/travis/pyupio/safety-django.svg)](https://travis-ci.org/pyupio/safety-django)
# 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](secure.png)
![insecure](insecure.png)
# Support
If you are using `safety` 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/safety-django.svg)](https://pypi.python.org/pypi/safety-django)
[![Travis](https://img.shields.io/travis/pyupio/safety-django.svg)](https://travis-ci.org/pyupio/safety-django)
# 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](secure.png)
![insecure](insecure.png)
# Support
If you are using `safety` 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
safety-django-0.1.1.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file safety-django-0.1.1.tar.gz
.
File metadata
- Download URL: safety-django-0.1.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c4508f566a1db9adc91364590bff4294f26c1706d30098027ae0565da971541 |
|
MD5 | 01f30dd27bfca4bd93fc0cc9d30141e1 |
|
BLAKE2b-256 | 1c44740844c0b15337c0ffa6ae51c798dc7789eab448e0c9ebd62afb70b35140 |
File details
Details for the file safety_django-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: safety_django-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f857696a1557cd5b83c7a44716db6630e74ee29e519a923a95a42187ea655af |
|
MD5 | eb9614fc8a40c53afa22f10ca556611b |
|
BLAKE2b-256 | 0fe08b6fc5ae26f3c550b41b3d276af75b42629c94a3fd9bc4c30d293d22c8a6 |