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 details)

Uploaded Source

File details

Details for the file django-requests-tracker-2.10.4.tar.gz.

File metadata

File hashes

Hashes for django-requests-tracker-2.10.4.tar.gz
Algorithm Hash digest
SHA256 3f2540e7c785006a760852d690e519849ffeb91cb44a5e19ea1d27f9fd5e1fd7
MD5 5d92a938f08aeec569aad37376ee944f
BLAKE2b-256 03b182be7d8fa11207496b156524813d4c102b9b8766063d094278854524d286

See more details on using hashes here.

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