Related to refactoring utils.py - it may be easier to identify how utilities are used, and what could be improved, by reviewing views.py instead.
Each function in user/views.py is a route for rendering a single page, and we could each take a look at different individual routes, improving their variables and adding comments.
Related to refactoring utils.py - it may be easier to identify how utilities are used, and what could be improved, by reviewing views.py instead.
Each function in user/views.py is a route for rendering a single page, and we could each take a look at different individual routes, improving their variables and adding comments.