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
This commit is contained in:
pac7
2025-09-22 00:28:12 +00:00
parent b24b12080b
commit afdcfe7264

10
.replit
View File

@@ -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