mhu/4-port-to-django-5.1 Port to recent Django version #18

Merged
sst merged 13 commits from mhu/4-port-to-django-5.1 into develop 2024-11-19 00:03:22 +01:00
Showing only changes of commit 6c6ef9e5fc - Show all commits

View File

@ -6,10 +6,9 @@
"configurations": [
{
"name": "Python: Django",
"type": "python",
"type": "debugpy",
"request": "launch",
"pythonPath": "${workspaceFolder}/../myenv/bin/python",
"program": "${workspaceFolder}/manage.py",
"program": "${workspaceFolder}/shimatta_kenkyusho/manage.py",
"args": [
"runserver",
"0.0.0.0:8000"