Quick Start¶ This guide walks through the minimum setup required to start using drf-corekit. Add Middleware¶ Add the request logging middleware to your Django middleware stack. MIDDLEWARE = [ ... "drf_corekit.logging.middleware.CoreLoggingMiddleware", ]