Django error: Reverse for ‘user_workouts’ not found. ‘user_workouts’ is not a valid view function or pattern name
I’m working on my project for a course and I’m totally stuck right now. I’m creating a website to manage workouts by user and the create workout do not redirect to the user’s workouts page when I create the new workout instance.