1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-29 20:51:11 +02:00

Translate some docs

This commit is contained in:
Yohann D'ANELLO
2020-03-11 17:54:54 +01:00
parent d8a785d309
commit 0c00a934bd
2 changed files with 5 additions and 6 deletions

View File

@ -35,7 +35,7 @@ def get_current_authenticated_user():
class LogsMiddleware(object):
"""
Ce middleware permet de récupérer l'utilisateur actif ainsi que son adresse IP à chaque connexion.
This middleware get the current user with his or her IP address on each request.
"""
def __init__(self, get_response):