Renombrar actions.py a acciones.py en backend_admin y promociones
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
DEPLOY_MULTI_BRACH/pipeline/pr-dev This commit looks good

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
juanjo
2026-04-16 15:42:21 +02:00
parent 84baf8fbda
commit 27ccce862d
4 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
from django.http import JsonResponse
from .actions import Admin
from .acciones import Admin
import logging
import json
from django.views.decorators.csrf import csrf_exempt