We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcb8f5f + 993f1a9 commit 5a0f995Copy full SHA for 5a0f995
.vscode/launch.json
@@ -31,21 +31,6 @@
31
],
32
"django": true
33
},
34
- {
35
- "name": "Python: Flask",
36
- "type": "python",
37
- "request": "launch",
38
- "module": "flask",
39
- "env": {
40
- "FLASK_APP": "app.py"
41
- },
42
- "args": [
43
- "run",
44
- "--no-debugger",
45
- "--no-reload"
46
- ],
47
- "jinja": true
48
49
{
50
"name": "Python: Current File (External Terminal)",
51
"type": "python",
requirements.txt
@@ -1,2 +1,3 @@
1
-Django==2.1.2
+Django>=2.1.2
2
pytz==2018.5
3
+Python==3.7
0 commit comments