fix: sync command

This commit is contained in:
zuk 2024-10-13 19:24:06 +02:00
parent fbabd0cfca
commit 880909912c
2 changed files with 3 additions and 2 deletions

View file

@ -3,4 +3,5 @@ pywireguard==2.*
whitenoise==6.7.0
django-environ
gunicorn
py-redis
py-redis
celery

View file

@ -1,5 +1,5 @@
from django.core.management.base import BaseCommand
from wg_connection_manager.dj_wg_manager import DJWGManager
from wg_connection_manager.dj_wg_manager_task import DJWGManager
class Command(BaseCommand):