diff --git a/.env_template b/chat_test/.env_template similarity index 100% rename from .env_template rename to chat_test/.env_template diff --git a/alembic.ini b/chat_test/alembic.ini similarity index 100% rename from alembic.ini rename to chat_test/alembic.ini diff --git a/app/config.py b/chat_test/app/config.py similarity index 100% rename from app/config.py rename to chat_test/app/config.py diff --git a/app/dao/base.py b/chat_test/app/dao/base.py similarity index 100% rename from app/dao/base.py rename to chat_test/app/dao/base.py diff --git a/app/database.py b/chat_test/app/database.py similarity index 100% rename from app/database.py rename to chat_test/app/database.py diff --git a/app/exceptions.py b/chat_test/app/exceptions.py similarity index 100% rename from app/exceptions.py rename to chat_test/app/exceptions.py diff --git a/app/main.py b/chat_test/app/main.py similarity index 100% rename from app/main.py rename to chat_test/app/main.py diff --git a/app/migrations/README b/chat_test/app/migrations/README similarity index 100% rename from app/migrations/README rename to chat_test/app/migrations/README diff --git a/app/migrations/env.py b/chat_test/app/migrations/env.py similarity index 100% rename from app/migrations/env.py rename to chat_test/app/migrations/env.py diff --git a/app/migrations/script.py.mako b/chat_test/app/migrations/script.py.mako similarity index 100% rename from app/migrations/script.py.mako rename to chat_test/app/migrations/script.py.mako diff --git a/app/migrations/versions/2913a8a70afb_изменение_models_py.py b/chat_test/app/migrations/versions/2913a8a70afb_изменение_models_py.py similarity index 100% rename from app/migrations/versions/2913a8a70afb_изменение_models_py.py rename to chat_test/app/migrations/versions/2913a8a70afb_изменение_models_py.py diff --git a/app/migrations/versions/6d13086c9c2d_убрал_обязательность_авы.py b/chat_test/app/migrations/versions/6d13086c9c2d_убрал_обязательность_авы.py similarity index 100% rename from app/migrations/versions/6d13086c9c2d_убрал_обязательность_авы.py rename to chat_test/app/migrations/versions/6d13086c9c2d_убрал_обязательность_авы.py diff --git a/app/pages/router.py b/chat_test/app/pages/router.py similarity index 100% rename from app/pages/router.py rename to chat_test/app/pages/router.py diff --git a/app/static/images/ты уже пешка BP.png b/chat_test/app/static/images/ты уже пешка BP.png similarity index 100% rename from app/static/images/ты уже пешка BP.png rename to chat_test/app/static/images/ты уже пешка BP.png diff --git a/app/templates/base.html b/chat_test/app/templates/base.html similarity index 100% rename from app/templates/base.html rename to chat_test/app/templates/base.html diff --git a/app/templates/chat.html b/chat_test/app/templates/chat.html similarity index 100% rename from app/templates/chat.html rename to chat_test/app/templates/chat.html diff --git a/app/users/auth.py b/chat_test/app/users/auth.py similarity index 100% rename from app/users/auth.py rename to chat_test/app/users/auth.py diff --git a/app/users/chat/dao.py b/chat_test/app/users/chat/dao.py similarity index 100% rename from app/users/chat/dao.py rename to chat_test/app/users/chat/dao.py diff --git a/app/users/chat/models.py b/chat_test/app/users/chat/models.py similarity index 100% rename from app/users/chat/models.py rename to chat_test/app/users/chat/models.py diff --git a/app/users/chat/router.py b/chat_test/app/users/chat/router.py similarity index 100% rename from app/users/chat/router.py rename to chat_test/app/users/chat/router.py diff --git a/app/users/chat/shemas.py b/chat_test/app/users/chat/shemas.py similarity index 100% rename from app/users/chat/shemas.py rename to chat_test/app/users/chat/shemas.py diff --git a/app/users/chat/websocket.py b/chat_test/app/users/chat/websocket.py similarity index 100% rename from app/users/chat/websocket.py rename to chat_test/app/users/chat/websocket.py diff --git a/app/users/dao.py b/chat_test/app/users/dao.py similarity index 100% rename from app/users/dao.py rename to chat_test/app/users/dao.py diff --git a/app/users/dependencies.py b/chat_test/app/users/dependencies.py similarity index 100% rename from app/users/dependencies.py rename to chat_test/app/users/dependencies.py diff --git a/app/users/models.py b/chat_test/app/users/models.py similarity index 100% rename from app/users/models.py rename to chat_test/app/users/models.py diff --git a/app/users/router.py b/chat_test/app/users/router.py similarity index 100% rename from app/users/router.py rename to chat_test/app/users/router.py diff --git a/app/users/schemas.py b/chat_test/app/users/schemas.py similarity index 100% rename from app/users/schemas.py rename to chat_test/app/users/schemas.py diff --git a/requirements.txt b/chat_test/requirements.txt similarity index 100% rename from requirements.txt rename to chat_test/requirements.txt