Copy the requirements.txt in the working directory and run pip install -r requirements.txt on your terminal to install all the necessary Python modules. Run django ...
MIDDLEWARE = [ # If you want to record request.user, place this middleware after AuthenticationMiddleware 'django.contrib.auth.middleware.AuthenticationMiddleware', ..., ...