Add user profile with a timezone

This commit is contained in:
2023-01-17 22:20:00 -05:00
parent fd984d7460
commit a0af0bce05
11 changed files with 1123 additions and 4 deletions

View File

@ -84,6 +84,7 @@ INSTALLED_APPS = [
"django_extensions",
'rest_framework.authtoken',
"cachalot",
"profiles",
"scrobbles",
"videos",
"music",