mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-18 20:39:36 +02:00
Venv Setup
This commit is contained in:
parent
1ced1b8b1d
commit
f12f9c06e5
3 changed files with 7 additions and 1 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue