6 lines
124 B
Python
6 lines
124 B
Python
|
|
"""Task admin - tasks are managed through Celery"""
|
||
|
|
|
||
|
|
from django.contrib import admin
|
||
|
|
|
||
|
|
# No models to register for task app
|