[x] Frontend make changes to accept backend payload change
[x] Frontend can login OK
[x] Frontend can fetch user objects OK
Migration plan:
❯ ./manage.py migrate --plan
Planned operations:
admin.0003_logentry_add_action_flag_choices
Alter field action_flag on logentry
auth.0009_alter_user_last_name_max_length
Alter field last_name on user
auth.0010_alter_group_name_max_length
Alter field name on group
auth.0011_update_proxy_permissions
Raw Python operation -> Update the content_type of prox…
auth.0012_alter_user_first_name_max_length
Alter field first_name on user
First draft of upgrade to Django v4.
Status
npm I
failed. Solved by changingnode-sass
tosass
, as the former is deprecated.sass
. Solved by this SO.Migration plan: