🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

drf_eventlog

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drf_eventlog

Log events in your app and get REST APIs with filtering for them.

pipPyPI
Version
0.0.3
Maintainers
1

.. image:: https://travis-ci.org/subramaniank/drf-eventlog.svg?branch=master :target: https://travis-ci.org/subramaniank/drf-eventlog

.. image:: https://coveralls.io/repos/subramaniank/drf-eventlog/badge.svg?branch=master&service=github :target: https://coveralls.io/github/subramaniank/drf-eventlog?branch=master

.. image:: https://badge.fury.io/py/drf_eventlog.svg :target: http://badge.fury.io/py/drf_eventlog

========= drf-eventlog

EventLog app with DRF APIs to quickly track events and query them

Installation and Configuration

.. code-block:: python pip install drf_eventlog

Add drf_eventlog, django_filters, and rest_framework to INSTALLED_APPS in your django settings.py

.. code-block:: python python manage.py migrate

Migrate DB to create drf_eventlog db models.

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