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