mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 23:59:15 +02:00
See #212: record user last activity date
This commit is contained in:
parent
307959dfa6
commit
2e4f862387
7 changed files with 93 additions and 0 deletions
|
@ -146,6 +146,7 @@ MIDDLEWARE = (
|
|||
"django.contrib.auth.middleware.AuthenticationMiddleware",
|
||||
"django.contrib.messages.middleware.MessageMiddleware",
|
||||
"django.middleware.clickjacking.XFrameOptionsMiddleware",
|
||||
"funkwhale_api.users.middleware.RecordActivityMiddleware",
|
||||
)
|
||||
|
||||
# MIGRATIONS CONFIGURATION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue