Computing quick recommendations for user, film pair
The procedure responsible for counting the recommendation is: count_guessed_rate(user, film) in film20/recommendations/bot_helper.py.
Simply pass the user and film objects as the arguments, to compute single recommendation.
The procedure is more effective when the FilmComparator objects are computed.