1 # -*- coding: utf-8 -*-
2 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
3 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
8 Takes orders for files generated by async Celery tasks.
9 Serves the file when ready. Kindly asks the user to wait if not.
11 Author: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>