mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-02-20 11:36:18 +00:00
9 lines
208 B
Python
9 lines
208 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SchedulerConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'scheduler'
|
|
|
|
def ready(self):
|
|
from . import signals # noqa |