view sg101/__init__.py @ 1201:fe10aea76cbd tip

Add 2023 MP3 compilation links
author Brian Neal <bgneal@gmail.com>
date Sun, 24 Mar 2024 14:50:23 -0500
parents aeafbf3ecebf
children
line wrap: on
line source
# Celery integration: these lines ensures the celery app is always imported when
# Django starts so that shared_task can find the app.
from __future__ import absolute_import
from .celery import app as celery_app