1. 程式人生 > >自定義訪問頻率限制的中介軟體

自定義訪問頻率限制的中介軟體

自定義訪問頻率限制的中介軟體
首先在自定義中介軟體的檔案中匯入
from django.utils.deprecation import MiddlewareMixin
from django.shortcuts import HttpResponse
from django.conf import settings
import time

在settings裡此配置項後加入中介軟體路徑:資料夾名.py檔名.類名

# 拿到當前訪問的ip