You have the FilmAdmin class in the admin.py module:
class FilmAdmin(admin.ModelAdmin):
...
Modify it so that the list of movies in the admin interface displayed fields writer, director, and box_office sorted by the box office in ascending order.