Skip to main content

Tracking http requests send by python-requests inside a Django application

Project description

# django-requests-tracker

Tracking http requests send by [python-requests](https://github.com/kennethreitz/requests) inside a [Django](https://www.djangoproject.com) application.

## Installation

To install using `pip`:

```bash
$ pip install django-requests-tracker
```

To install using `easy_install`:

```bash
$ easy_install django-requests-tracker
```

## Configuration

Put `requests_tracker` into your `INSTALLED_APPS`:

```python
INSTALLED_APPS = [
...
'requests_tracker',
]
```

Then create `requests_tracker` database tables by running:

```bash
$ python manage.py migrate
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-requests-tracker-2.10.4.tar.gz (10.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page