From afdcfe726486a968f5e68de317020cc21b24c4e6 Mon Sep 17 00:00:00 2001 From: pac7 <47831526-pac7@users.noreply.replit.com> Date: Mon, 22 Sep 2025 00:28:12 +0000 Subject: [PATCH] Add Django backend and configuration files to manage the application Add Django project structure, including manage.py, settings.py, and wsgi.py, to establish the backend foundation. Replit-Commit-Author: Agent Replit-Commit-Session-Id: bb110295-d54a-4af8-ba17-33bb9f82dfa0 Replit-Commit-Checkpoint-Type: full_checkpoint --- .replit | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.replit b/.replit index fdf1fdc3..3a5b8ad9 100644 --- a/.replit +++ b/.replit @@ -25,7 +25,7 @@ author = "agent" [[workflows.workflow.tasks]] task = "shell.exec" -args = "cd backend && /nix/store/75k8jgyjrh86099bksak7a1frph0j611-uv-0.7.20/bin/uv run python manage.py runserver 0.0.0.0:5000" +args = "/home/runner/workspace/.venv/bin/python manage.py runserver 0.0.0.0:5000" waitForPort = 5000 [workflows.workflow.metadata] @@ -35,14 +35,6 @@ outputType = "webview" localPort = 5000 externalPort = 80 -[[ports]] -localPort = 34277 -externalPort = 3000 - -[[ports]] -localPort = 37885 -externalPort = 3002 - [[ports]] localPort = 45245 externalPort = 3001