Renew with 2FA and Podman
This commit is contained in:
11
core/management/commands/processing.py
Normal file
11
core/management/commands/processing.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import msgpack
|
||||
from django.core.management.base import BaseCommand
|
||||
from django.conf import settings
|
||||
|
||||
from core.util import logs
|
||||
|
||||
log = logs.get_logger("processing")
|
||||
|
||||
class Command(BaseCommand):
|
||||
def handle(self, *args, **options):
|
||||
...
|
||||
Reference in New Issue
Block a user