Translate some docs
This commit is contained in:
parent
d8a785d309
commit
0c00a934bd
2 changed files with 5 additions and 6 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue