список функций VIEW_PREPROCESSORS = [ person, publication, composition, place, collective, term, book, simplepage, musicpage, author, book_chapter, profession, collective_type, place_type, composition_genre, term_type] В функции page по очереди вызываются эти функции, в которых есть проверка и если slug не совпадает ( matching_objects = Person.get_all().filter(slug=page_id) if not len(matching_objects): return None ) то переход к следующеей