mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 13:00:16 +02:00
15 lines
192 B
Python
15 lines
192 B
Python
"""
|
|
Crontab App Config
|
|
"""
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class CrontabConfig(AppConfig):
|
|
"""
|
|
Crontab App Config
|
|
"""
|
|
|
|
name = "allianceauth.crontab"
|
|
label = "crontab"
|