Skip to main content

No project description provided

Project description

EchoTester

Django app , that record requests that comes to your project then run them whenever you want to determine if things breaks while development (in case you don't have tests written)

How to use it

Installation

pip install django-echo-tester
INSTALLED_APPS = [
    ...    
    'echo_tester'
]
MIDDLEWARE = [
    ...
    'echo_tester.middleware.TesterMiddleware',
]

Basic use

Features & How to use

pip install xxx add to django requirements

python manage.py runecho

Features && How to use them

Settings and how to customize them

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-echo-tester-0.0.2.tar.gz (11.4 kB view hashes)

Uploaded Source

Built Distribution

django_echo_tester-0.0.2-py3-none-any.whl (14.0 kB view hashes)

Uploaded Python 3

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