feat: add user-scoped favorites and notes
This commit is contained in:
@ -66,3 +66,7 @@ USE_TZ = True
|
||||
STATIC_URL = "static/"
|
||||
|
||||
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
|
||||
|
||||
LOGIN_URL = "login"
|
||||
LOGIN_REDIRECT_URL = "scouting:player_list"
|
||||
LOGOUT_REDIRECT_URL = "scouting:player_list"
|
||||
|
||||
Reference in New Issue
Block a user