Skip to content

it is a simple logging system for Django REST Framework requests and responses.

Notifications You must be signed in to change notification settings

AbolfazlKameli/DRF-Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRF-Tracking

DRF-Tracking provides a Django model and DRF view mixin that work together to log Django Rest Framework requests to the database.

Authors

Run Locally

Clone the project

https://github.com/AbolfazlKameli/DRF-Tracking.git

Go to the project directory

cd DRF-Tracking/

make a virtual environment

python3 -m venv .venv

activate virtual environment

source .venv/bin/activate 

install requirements

pip install -r requirements.txt

start the django server

python manage.py runserver

Options

You can test the project

python manage.py test

About

it is a simple logging system for Django REST Framework requests and responses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages