Exemplo n.º 1
0
def send_background_items():
    controller = Controller()  
    controller.send_background_items()
Exemplo n.º 2
0
def send_background_items(modeladmin, request, queryset):
    controller = Controller('Default', 1)
    controller.send_background_items()