A simple middleware to slow the django response.
Project description
Ultra simple slowdown middleware for django (Add a time.sleep(settings.SLOWDOWN / 1000) in a middleware).
Install
pip install django-slowdown
Usage
Add your settings file the Slowdown middleware and the SLOWDOWN setting variable (the default value is 1000 miliseconds).
MIDDLEWARE_CLASSES += ["slowdown.middleware.SlowDownMiddleware"]
SLOWDOWN = 3000
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
django-slowdown-0.0.1.tar.gz
(2.5 kB
view details)
File details
Details for the file django-slowdown-0.0.1.tar.gz.
File metadata
- Download URL: django-slowdown-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
333b97dc5596173fef8c0d92269068c247f19fe39650999528f5daccf5498445
|
|
| MD5 |
a9573d09d60f17fe1fc0e12192bc8988
|
|
| BLAKE2b-256 |
23cb7ba2a27ca42b10a28cf640289e65dc5e9d190d9473f5f20202b23d2a15b5
|