6 lines
136 B
Python
6 lines
136 B
Python
"""Procrastinate app - postgres-backed background tasks, no broker."""
|
|
|
|
from procrastinate.contrib.django import app
|
|
|
|
__all__ = ["app"]
|