chore: use celery

This commit is contained in:
zuk 2024-10-13 19:09:28 +02:00
parent 2f96991294
commit 444f612452

View file

@ -2,7 +2,7 @@ from django.shortcuts import render, get_object_or_404, redirect
from django.http import HttpRequest, HttpResponseNotAllowed, HttpResponseNotFound, HttpResponseBadRequest
from .models import UserConnection
from django.contrib.auth.decorators import login_required
from .dj_wg_manager import DJWGManager
from .dj_wg_manager_task import DJWGManager
from django import forms