fix: sync command
This commit is contained in:
parent
fbabd0cfca
commit
880909912c
2 changed files with 3 additions and 2 deletions
|
@ -3,4 +3,5 @@ pywireguard==2.*
|
|||
whitenoise==6.7.0
|
||||
django-environ
|
||||
gunicorn
|
||||
py-redis
|
||||
py-redis
|
||||
celery
|
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue