DRF-Tracking provides a Django model and DRF view mixin that work together to log Django Rest Framework requests to the database.
- @AbolfazlKameli (back-end dev)
Clone the project
https://github.com/AbolfazlKameli/DRF-Tracking.gitGo to the project directory
cd DRF-Tracking/make a virtual environment
python3 -m venv .venvactivate virtual environment
source .venv/bin/activate install requirements
pip install -r requirements.txtstart the django server
python manage.py runserverYou can test the project
python manage.py test