mhu/4-port-to-django-5.1 Port to recent Django version #18
@@ -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"
 | 
			
		||||
		Reference in New Issue
	
	Block a user