mirror of
https://github.com/codingforentrepreneurs/DjangoFlix.git
synced 2022-03-27 20:26:53 +03:00
3 - Setup Project & Workspace
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
bin/
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
8
djangoflix.code-workspace
Normal file
8
djangoflix.code-workspace
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
3
pyvenv.cfg
Normal file
3
pyvenv.cfg
Normal 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
1
requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
django>=3.2,<3.3
|
||||
Reference in New Issue
Block a user