[lifeevents] Add life events to scrobbles

This commit is contained in:
2024-05-23 00:14:06 -04:00
parent 8ed0bd3d21
commit e15d253d58
12 changed files with 218 additions and 0 deletions

View File

@ -110,6 +110,7 @@ INSTALLED_APPS = [
"videogames",
"locations",
"webpages",
"lifeevents",
"mathfilters",
"rest_framework",
"allauth",