diff --git a/manhan/account/__init__.py b/account/__init__.py similarity index 100% rename from manhan/account/__init__.py rename to account/__init__.py diff --git a/manhan/account/admin.py b/account/admin.py similarity index 100% rename from manhan/account/admin.py rename to account/admin.py diff --git a/manhan/account/apps.py b/account/apps.py similarity index 100% rename from manhan/account/apps.py rename to account/apps.py diff --git a/manhan/account/forms.py b/account/forms.py similarity index 100% rename from manhan/account/forms.py rename to account/forms.py diff --git a/manhan/account/migrations/__init__.py b/account/migrations/__init__.py similarity index 100% rename from manhan/account/migrations/__init__.py rename to account/migrations/__init__.py diff --git a/manhan/account/models.py b/account/models.py similarity index 100% rename from manhan/account/models.py rename to account/models.py diff --git a/manhan/account/tests.py b/account/tests.py similarity index 100% rename from manhan/account/tests.py rename to account/tests.py diff --git a/manhan/account/urls.py b/account/urls.py similarity index 100% rename from manhan/account/urls.py rename to account/urls.py diff --git a/manhan/account/views.py b/account/views.py similarity index 100% rename from manhan/account/views.py rename to account/views.py diff --git a/manhan/docker-compose.yaml b/docker-compose.yaml similarity index 100% rename from manhan/docker-compose.yaml rename to docker-compose.yaml diff --git a/manhan/manage.py b/manage.py similarity index 100% rename from manhan/manage.py rename to manage.py diff --git a/manhan/manhan/__init__.py b/manhan/__init__.py similarity index 100% rename from manhan/manhan/__init__.py rename to manhan/__init__.py diff --git a/manhan/manhan/asgi.py b/manhan/asgi.py similarity index 100% rename from manhan/manhan/asgi.py rename to manhan/asgi.py diff --git a/manhan/db.sqlite3 b/manhan/db.sqlite3 deleted file mode 100644 index e69de29..0000000 diff --git a/manhan/manhan/settings.py b/manhan/settings.py similarity index 100% rename from manhan/manhan/settings.py rename to manhan/settings.py diff --git a/manhan/manhan/urls.py b/manhan/urls.py similarity index 100% rename from manhan/manhan/urls.py rename to manhan/urls.py diff --git a/manhan/manhan/wsgi.py b/manhan/wsgi.py similarity index 100% rename from manhan/manhan/wsgi.py rename to manhan/wsgi.py diff --git a/manhan/templates/accounts/login.html b/templates/accounts/login.html similarity index 100% rename from manhan/templates/accounts/login.html rename to templates/accounts/login.html diff --git a/manhan/templates/accounts/register.html b/templates/accounts/register.html similarity index 100% rename from manhan/templates/accounts/register.html rename to templates/accounts/register.html diff --git a/manhan/templates/pages/base.html b/templates/pages/base.html similarity index 100% rename from manhan/templates/pages/base.html rename to templates/pages/base.html