Initial commit
This commit is contained in:
commit
fe5ef9132a
15 changed files with 888 additions and 0 deletions
7
yksa_poller/apps.py
Normal file
7
yksa_poller/apps.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class YksaPollerConfig(AppConfig):
|
||||
name = "yksa_poller"
|
||||
label = "yksa_poller"
|
||||
verbose_name = "YKSA source poller"
|
||||
Loading…
Add table
Add a link
Reference in a new issue