Mercurial > public > sg101
view sg101/__init__.py @ 1217:e2409dab30c3 modernize tip
Add unit test for banners templatetags.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 12 Feb 2025 20:18:50 -0600 |
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