Skip to content

Commit 5a0f995

Browse files
authored
Merge branch 'master' into master
2 parents bcb8f5f + 993f1a9 commit 5a0f995

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.vscode/launch.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,6 @@
3131
],
3232
"django": true
3333
},
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-
},
4934
{
5035
"name": "Python: Current File (External Terminal)",
5136
"type": "python",

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
Django==2.1.2
1+
Django>=2.1.2
22
pytz==2018.5
3+
Python==3.7

0 commit comments

Comments
 (0)