WIP: cálculo de impacto ambiental #59

Draft
pedro wants to merge 91 commits from feature/f31-device-enviromental-impact into main
Showing only changes of commit 0e0ad400c2 - 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