DPP/DLT functionality #36

Merged
pedro merged 68 commits from dpp into main 2024-12-11 15:15:14 +00:00
Showing only changes of commit 2793344684 - Show all commits

View file

@ -14,7 +14,7 @@ class Command(BaseCommand):
def handle(self, *args, **kwargs):
api = settings.API_RESOLVER
if not api
if not api:
logger.error("you need set the var API_RESOLVER")
return