Files
ASF_tools/asf-cloud-server/testarena_1/project_structure.txt
2025-11-28 11:22:07 +01:00

65 lines
1.2 KiB
Plaintext

Folder PATH listing
Volume serial number is 8295-9080
D:.
| .env.example
| .gitignore
| ARCHITECTURE.md
| Caddyfile.example
| CADDY_INTEGRATION.md
| DEPLOYMENT_CHECKLIST.md
| docker-compose.yml
| Dockerfile
| icon.png
| IMPLEMENTATION_SUMMARY.md
| INDEX.md
| logs.bat
| PROJECT_STATUS.md
| project_structure.txt
| QUICK_START.md
| README.md
| requirements.txt
| scenario_exe_parser.py
| scenario_scan.py
| SETUP.md
| start.bat
| START_HERE.md
| stop.bat
| wsgi.py
|
+---.vscode
| settings.json
|
\---app
| models.py
| __init__.py
|
+---routes
| admin.py
| auth.py
| dashboard.py
| jobs.py
|
+---static
| +---css
| | style.css
| |
| \---uploads
| icon.png
|
\---templates
| base.html
| login.html
|
+---admin
| dashboard.html
|
+---dashboard
| index.html
|
\---jobs
submit.html
submit_step2.html
submit_step3.html
submit_step4.html