Skip to content

devzery/devzery_middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

pip install git+https://github.com/devzery/devzery_middleware.git

Usage

Add the following command to your settings.py:

MIDDLEWARE = [
    "devzery_middleware.middleware.RequestResponseLoggingMiddleware",
]

DEVZERY_API_KEY = "YOUR API KEY"
DEVZERY_SERVER_NAME = "ANY NAME AS YOU WISH, FOR YOU TO IDENTIFY THE SERVICE"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages