Add basic location tracking

This commit is contained in:
2023-11-23 00:58:11 +01:00
parent a5d729d26a
commit fc64dfadba
14 changed files with 412 additions and 1 deletions

View File

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