mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-12-23 22:58:17 -05:00
Venv Setup
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Ignore everything in the .venv folder
|
||||
.venv/
|
||||
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"git.ignoreLimitWarning": true
|
||||
}
|
||||
@@ -11,4 +11,5 @@ psycopg2-binary
|
||||
Pillow
|
||||
whitenoise
|
||||
django-resized
|
||||
django-geojson
|
||||
django-geojson
|
||||
setuptools
|
||||
Reference in New Issue
Block a user