mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-02-20 03:36:16 +00:00
Add active field to ScheduleProfile and implement signals for status updates
This commit is contained in:
@@ -4,3 +4,6 @@ from django.apps import AppConfig
|
||||
class SchedulerConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'scheduler'
|
||||
|
||||
def ready(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user