Skip to main content

API Benchmark Tool for Django

Project description

# DJANGOTCHA

API Benchmark Tool for Django

### Setting up

```
pip install djangotcha
```

add gotcha url to your urls.py

```
urlpatterns = [
...
url(r'^admin/', include('djangotcha.urls')),
...
]
```


and then add it to your installed apps:

```
INSTALLED_APPS = (
...
'djangotcha',
...
)
```


Add necessary Gotcha keys to settings.py of the django project:
```
GOTCHA_APPLICATION_ID = ''
GOTCHA_TOKEN = ''
```

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

djangotcha-0.0.1.tar.gz (6.0 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