From 40544fe4f26808b2e46abcaad224fa1ea6663200 Mon Sep 17 00:00:00 2001 From: jburgos Date: Wed, 13 May 2026 15:13:33 +0000 Subject: [PATCH] ajuste de la estructura --- __init__.py => resumen/__init__.py | 0 apps.py => resumen/apps.py | 0 {media => resumen/media}/js/views/components/plugins/resumen.js | 0 {migrations => resumen/migrations}/0001_initial.py | 0 {migrations => resumen/migrations}/__init__.py | 0 models.py => resumen/models.py | 0 resumen.json => resumen/resumen.json | 0 {templates => resumen/templates}/arches_urls.htm | 0 .../templates}/views/components/plugins/resumen.htm | 0 tests.py => resumen/tests.py | 0 urls.py => resumen/urls.py | 0 {views => resumen/views}/__init__.py | 0 {views => resumen/views}/resumen.py | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => resumen/__init__.py (100%) rename apps.py => resumen/apps.py (100%) rename {media => resumen/media}/js/views/components/plugins/resumen.js (100%) rename {migrations => resumen/migrations}/0001_initial.py (100%) rename {migrations => resumen/migrations}/__init__.py (100%) rename models.py => resumen/models.py (100%) rename resumen.json => resumen/resumen.json (100%) rename {templates => resumen/templates}/arches_urls.htm (100%) rename {templates => resumen/templates}/views/components/plugins/resumen.htm (100%) rename tests.py => resumen/tests.py (100%) rename urls.py => resumen/urls.py (100%) rename {views => resumen/views}/__init__.py (100%) rename {views => resumen/views}/resumen.py (100%) diff --git a/__init__.py b/resumen/__init__.py similarity index 100% rename from __init__.py rename to resumen/__init__.py diff --git a/apps.py b/resumen/apps.py similarity index 100% rename from apps.py rename to resumen/apps.py diff --git a/media/js/views/components/plugins/resumen.js b/resumen/media/js/views/components/plugins/resumen.js similarity index 100% rename from media/js/views/components/plugins/resumen.js rename to resumen/media/js/views/components/plugins/resumen.js diff --git a/migrations/0001_initial.py b/resumen/migrations/0001_initial.py similarity index 100% rename from migrations/0001_initial.py rename to resumen/migrations/0001_initial.py diff --git a/migrations/__init__.py b/resumen/migrations/__init__.py similarity index 100% rename from migrations/__init__.py rename to resumen/migrations/__init__.py diff --git a/models.py b/resumen/models.py similarity index 100% rename from models.py rename to resumen/models.py diff --git a/resumen.json b/resumen/resumen.json similarity index 100% rename from resumen.json rename to resumen/resumen.json diff --git a/templates/arches_urls.htm b/resumen/templates/arches_urls.htm similarity index 100% rename from templates/arches_urls.htm rename to resumen/templates/arches_urls.htm diff --git a/templates/views/components/plugins/resumen.htm b/resumen/templates/views/components/plugins/resumen.htm similarity index 100% rename from templates/views/components/plugins/resumen.htm rename to resumen/templates/views/components/plugins/resumen.htm diff --git a/tests.py b/resumen/tests.py similarity index 100% rename from tests.py rename to resumen/tests.py diff --git a/urls.py b/resumen/urls.py similarity index 100% rename from urls.py rename to resumen/urls.py diff --git a/views/__init__.py b/resumen/views/__init__.py similarity index 100% rename from views/__init__.py rename to resumen/views/__init__.py diff --git a/views/resumen.py b/resumen/views/resumen.py similarity index 100% rename from views/resumen.py rename to resumen/views/resumen.py