Venv Setup

This commit is contained in:
Sean Morley
2024-09-16 13:24:35 -04:00
parent 1ced1b8b1d
commit f12f9c06e5
3 changed files with 7 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Ignore everything in the .venv folder
.venv/

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}

View File

@@ -11,4 +11,5 @@ psycopg2-binary
Pillow
whitenoise
django-resized
django-geojson
django-geojson
setuptools