Commit graph

2 commits

Author SHA1 Message Date
928cd4a3d0
feat(vscode): configure dev server port to 8110 in launch.json
Updated VSCode launch configuration to explicitly set the Django development server to run on port 8110. This ensures consistency across different development environments and resolves conflicts with default ports.
2024-07-12 10:46:50 +02:00
d2893c3ffa
feat: add debugging configuration for Django in VSCode
Included a new launch.json for VSCode to enable easy debugging
of Django projects using the Python Debugger. This configuration
launches the Django server with debugpy, making it simpler for
developers to set breakpoints and debug their applications directly
within the editor.
2024-07-12 08:41:06 +02:00