diff --git a/ep_votes/__init__.py b/representatives_votes/__init__.py similarity index 100% rename from ep_votes/__init__.py rename to representatives_votes/__init__.py diff --git a/ep_votes/management/__init__.py b/representatives_votes/management/__init__.py similarity index 100% rename from ep_votes/management/__init__.py rename to representatives_votes/management/__init__.py diff --git a/ep_votes/management/commands/__init__.py b/representatives_votes/management/commands/__init__.py similarity index 100% rename from ep_votes/management/commands/__init__.py rename to representatives_votes/management/commands/__init__.py diff --git a/ep_votes/models.py b/representatives_votes/models.py similarity index 100% rename from ep_votes/models.py rename to representatives_votes/models.py diff --git a/ep_votes/tests.py b/representatives_votes/tests.py similarity index 100% rename from ep_votes/tests.py rename to representatives_votes/tests.py diff --git a/ep_votes/views.py b/representatives_votes/views.py similarity index 100% rename from ep_votes/views.py rename to representatives_votes/views.py