3 - Setup Project & Workspace

This commit is contained in:
CFE
2021-03-14 12:54:10 -07:00
parent 6aa0e91a52
commit ffe83c8c0b
4 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
bin/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

View File

@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

3
pyvenv.cfg Normal file
View File

@@ -0,0 +1,3 @@
home = /Library/Frameworks/Python.framework/Versions/3.9/bin
include-system-site-packages = false
version = 3.9.2

1
requirements.txt Normal file
View File

@@ -0,0 +1 @@
django>=3.2,<3.3