add aggregator app
This commit is contained in:
0
aggregator/management/commands/__init__.py
Normal file
0
aggregator/management/commands/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.core.management import BaseCommand
|
||||
|
||||
from aggregator.client import start_client
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
def handle(self, *args, **options):
|
||||
start_client()
|
Reference in New Issue
Block a user