No description
Find a file
Kumi 1173b92880
feat(vscode): add launch configuration for Django debugging
Introduced launch.json to streamline debugging of Django applications with Visual Studio Code. This configuration sets up the Python Debugger to launch Django's runserver on port 8114, enhancing the development experience by enabling easy and efficient debugging.
2024-09-03 21:09:12 +02:00
.vscode feat(vscode): add launch configuration for Django debugging 2024-09-03 21:09:12 +02:00
dbjsubmissions feat: create initial Django project for submissions 2024-09-03 20:57:52 +02:00
.gitignore feat: create initial Django project for submissions 2024-09-03 20:57:52 +02:00
manage.py feat: create initial Django project for submissions 2024-09-03 20:57:52 +02:00
requirements.txt feat: create initial Django project for submissions 2024-09-03 20:57:52 +02:00