Add webpage scrobbling

This commit is contained in:
2023-11-30 17:49:53 +01:00
parent f303115ca0
commit 4e1db4aa6f
11 changed files with 231 additions and 11 deletions

View File

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