Socket
Book a DemoInstallSign in
Socket

bulv1ne-django-utils

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bulv1ne-django-utils

Django utils for all kinds of situations

pipPyPI
Version
0.3.0
Maintainers
1

=============================== bulv1ne-django-utils

.. image:: https://img.shields.io/pypi/v/bulv1ne-django-utils.svg :target: https://pypi.python.org/pypi/bulv1ne-django-utils

.. image:: https://img.shields.io/travis/bulv1ne/django-utils.svg :target: https://travis-ci.org/bulv1ne/django-utils

.. image:: https://coveralls.io/repos/github/bulv1ne/django-utils/badge.svg?branch=master :target: https://coveralls.io/github/bulv1ne/django-utils?branch=master

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black

Installing

.. code-block:: bash

$ pip install bulv1ne-django-utils

Add 'utils' to INSTALLED_APPS in your settings.py:

.. code-block:: python

INSTALLED_APPS = (
    ...
    "utils",
    ...
)

Keywords

django

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts