Skip to content

Hipo/djangotcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 = ''

Releases

No releases published

Packages

No packages published