Fix gen_vapid_keys
This commit is contained in:
parent
89680cf6f1
commit
c05a8e65dc
@ -3,7 +3,7 @@ from ecdsa import SigningKey
|
|||||||
from base64 import urlsafe_b64encode
|
from base64 import urlsafe_b64encode
|
||||||
|
|
||||||
from django.core.management.base import BaseCommand
|
from django.core.management.base import BaseCommand
|
||||||
from djangoldp_notification.models import VAPIDKeyset
|
from djangoldp_webpushnotification.models import VAPIDKeyset
|
||||||
|
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
|
Reference in New Issue
Block a user