# 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
```
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
```
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-requests-tracker-2.10.4.tar.gz.
File metadata
- Download URL: django-requests-tracker-2.10.4.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f2540e7c785006a760852d690e519849ffeb91cb44a5e19ea1d27f9fd5e1fd7
|
|
| MD5 |
5d92a938f08aeec569aad37376ee944f
|
|
| BLAKE2b-256 |
03b182be7d8fa11207496b156524813d4c102b9b8766063d094278854524d286
|