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 = ''
```
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file djangotcha-0.0.1.tar.gz.
File metadata
- Download URL: djangotcha-0.0.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a08e138107e5209765238545725598907ab27afb90c89d56d6454cedcf0c62db
|
|
| MD5 |
84d67846f45f817dc70dd6d06197c307
|
|
| BLAKE2b-256 |
318b024057aa749e37db51baa3635fcf767c1edba6c198930785c2043213fb35
|