diff --git a/app/manage.py b/src/manage.py similarity index 100% rename from app/manage.py rename to src/manage.py diff --git a/app/website/__init__.py b/src/website/__init__.py similarity index 100% rename from app/website/__init__.py rename to src/website/__init__.py diff --git a/app/website/asgi.py b/src/website/asgi.py similarity index 100% rename from app/website/asgi.py rename to src/website/asgi.py diff --git a/app/website/settings.py b/src/website/settings.py similarity index 100% rename from app/website/settings.py rename to src/website/settings.py diff --git a/app/website/urls.py b/src/website/urls.py similarity index 100% rename from app/website/urls.py rename to src/website/urls.py diff --git a/app/website/wsgi.py b/src/website/wsgi.py similarity index 100% rename from app/website/wsgi.py rename to src/website/wsgi.py