diff --git a/__init__.py b/imagehosting/__init__.py similarity index 100% rename from __init__.py rename to imagehosting/__init__.py diff --git a/admin.py b/imagehosting/admin.py similarity index 100% rename from admin.py rename to imagehosting/admin.py diff --git a/apps.py b/imagehosting/apps.py similarity index 100% rename from apps.py rename to imagehosting/apps.py diff --git a/forms.py b/imagehosting/forms.py similarity index 100% rename from forms.py rename to imagehosting/forms.py diff --git a/models.py b/imagehosting/models.py similarity index 100% rename from models.py rename to imagehosting/models.py diff --git a/tests.py b/imagehosting/tests.py similarity index 100% rename from tests.py rename to imagehosting/tests.py diff --git a/urls.py b/imagehosting/urls.py similarity index 100% rename from urls.py rename to imagehosting/urls.py diff --git a/views.py b/imagehosting/views.py similarity index 100% rename from views.py rename to imagehosting/views.py