i try to implement notification-hq in django and when i send notify i got same error
relation “notifications_notification” already exists
receiver = User.objects.using("default").all()
notify.send(sender=sender, recipient=receiver, verb='Message', description='message')
please help me