{"id":20609509,"url":"https://github.com/wccdev/drf-operation-log","last_synced_at":"2025-12-14T17:57:43.441Z","repository":{"id":52954025,"uuid":"478384530","full_name":"wccdev/drf-operation-log","owner":"wccdev","description":"Logging CRUD operation","archived":false,"fork":false,"pushed_at":"2025-08-19T09:46:12.000Z","size":687,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T09:57:21.488Z","etag":null,"topics":["django-rest-framework","operation-log","python"],"latest_commit_sha":null,"homepage":"https://wccdev.github.io/drf-operation-log/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wccdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-04-06T03:11:20.000Z","updated_at":"2025-08-19T09:46:16.000Z","dependencies_parsed_at":"2023-01-25T03:45:59.335Z","dependency_job_id":"d5a5d236-62c0-443a-aa2c-0b61405945e6","html_url":"https://github.com/wccdev/drf-operation-log","commit_stats":null,"previous_names":["anyidea/drf-operation-log"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/wccdev/drf-operation-log","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wccdev%2Fdrf-operation-log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wccdev%2Fdrf-operation-log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wccdev%2Fdrf-operation-log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wccdev%2Fdrf-operation-log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wccdev","download_url":"https://codeload.github.com/wccdev/drf-operation-log/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wccdev%2Fdrf-operation-log/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27733109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-14T02:00:11.348Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django-rest-framework","operation-log","python"],"created_at":"2024-11-16T10:13:45.786Z","updated_at":"2025-12-14T17:57:43.435Z","avatar_url":"https://github.com/wccdev.png","language":"Python","readme":"# drf-operation-log\n\n[![GitHub license](https://img.shields.io/github/license/anyidea/drf-operation-log)](https://github.com/anyidea/drf-operation-log/blob/master/LICENSE)\n[![pypi-version](https://img.shields.io/pypi/v/drf-operation-log.svg)](https://pypi.python.org/pypi/drf-operation-log)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/drf-operation-log)\n[![PyPI - DRF Version](https://img.shields.io/badge/djangorestframework-%3E%3D3.0-red)](https://www.django-rest-framework.org)\n[![Build Status](https://app.travis-ci.com/aiden520/drfexts.svg?branch=master)](https://app.travis-ci.com/aiden520/drfexts)\n\n## Documentation\n[click here](https://wccdev.github.io/drf-operation-log/)\n\n\n## Requirement\n* Python 3.8, 3.9, 3.10\n* Django 3.2, 4.0, 4.1\n\n## Installation\nInstall using pip...\n```bash\npip install drf-operation-log\n```\nAdd `'drf_operation_log'` to your `INSTALLED_APPS` setting.\n```python\nINSTALLED_APPS = [\n    'django.contrib.admin',\n    ...\n    'drf_operation_log',\n]\n```\n\nLet's take a look at a quick start of using drf_operation_log to saving operation logs.\n\nRun the `drf_operation_log` migrations using:\n```bash\npython manage.py migrate drf_operation_log\n```\n\nAdd the following to your `settings.py` module:\n```python\nINSTALLED_APPS = [\n    'django.contrib.admin',\n    ...\n    'drf_operation_log',\n]\n\nDRF_OPERATION_LOG_SAVE_DATABASE = True\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwccdev%2Fdrf-operation-log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwccdev%2Fdrf-operation-log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwccdev%2Fdrf-operation-log/lists"}